aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace Toolbar with Navbar componentArmand Philippot2023-11-111-1/+0
| | | | | | | | * remove SearchModal and SettingsModal components * add a generic NavbarItem component (instead of the previous toolbar items to avoid unreadable styles...) * move FlippingLabel component logic into NavbarItem since it is only used here
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-7/+1
|
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-0/+10
Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.