aboutsummaryrefslogtreecommitdiffstats
path: root/.cspell
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Link componentArmand Philippot2023-11-112-0/+7
| | | | | | | | | * rename `external` prop to `isExternal` * rename `download` prop to `isDownload` * rewrite CSS to reduce code length and complexity * move link styles in Sass placeholders to avoid repeats because of WordPress articles * move NavLink component to molecules
* 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