aboutsummaryrefslogtreecommitdiffstats
path: root/.cspell
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-0/+1
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-0/+2
| | | | | | | | It makes it easier to change a route if needed and it avoid typo mistakes. I also refactored a bit the concerned files to be complient with the new ESlint config. However, I should rewrite the pages to reduce the number of statements.
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-0/+1
|
* build(deps): add cSpell to lint and fix spelling errorsArmand Philippot2023-09-213-0/+35