community-platform
community-platform copied to clipboard
[feat] Update settings form(s)
This is a whole epic that I'll break down into smaller issues but I wanted to add a big one for what I'm working on right now.
Big steps
- Add new form wrapper component into library.
- Add current form wholesale into the new wrapper.
- Move chunks of the form into seperate tabs - refactoring the below as I go.
- The updated the design for individual fields/field groups - again, moving what I can into the component library.
Refactoring chunks:
- The form fields themselves - as much into the component library as I can
- Add mini-store functions for each seperate form.
- Improve the test expectations (the actual app rather than checking the db).