Commit Graph

1 Commits

Author SHA1 Message Date
fiatjaf 0eb778d803 forms dashboard now entirely on react.
- setup js tooling (node modules and Makefile)
- setup prettier so js code can be standardized
- move js and scss source dirs around
- setup react and react-router, making them take control of
  /forms, /dashboard and /forms/<hashid> and so on
- remove all forms dashboard templates, moving their markup and logic to jsx
- remove unnecessary js code and rename submissions.scss to settings.scss
- create formspree/forms/api.py and move all actions created from the
  dashboard into there
- remove some bloat
2018-08-18 12:43:48 +00:00