| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 4 | -24/+31 |
| | | | | | | | 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. | ||||
| * | refactor(build): replace paths aliases with relative paths | Armand Philippot | 2023-09-19 | 3 | -19/+19 |
| | | | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases. | ||||
| * | chore: add aria hidden attribute to SVG icons | Armand Philippot | 2022-06-07 | 1 | -5/+25 |
| | | |||||
| * | test(unit): fix Jest errors due to images import | Armand Philippot | 2022-06-03 | 1 | -1/+1 |
| | | | | | | I mocked some SVG files and moves the branding photo to public directory. It is more a workaround than a real fix but it works so... | ||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 1 | -1/+1 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | fix: reset focus to top of the page on route change | Armand Philippot | 2022-05-25 | 1 | -2/+8 |
| | | |||||
| * | build(deps): bump all dependencies | Armand Philippot | 2022-05-25 | 2 | -5/+5 |
| | | | | | | | | I moved the website picture from useSettings to the layout component since it is only used here. This reduce the number of Jest errors. However, there's still some issues with some images import... | ||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -0/+26 |
| | | |||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 1 | -4/+6 |
| | | |||||
| * | chore: use persistent layout | Armand Philippot | 2022-05-17 | 3 | -28/+51 |
| | | | | | | It prevents to rerender the common components between pages (header, footer...). | ||||
| * | chore: listen scroll to hide/show back to top button | Armand Philippot | 2022-05-17 | 2 | -2/+31 |
| | | |||||
| * | refactor: use custom hook for breadcrumb items and schema | Armand Philippot | 2022-05-16 | 3 | -22/+70 |
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 1 | -1/+2 |
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 3 | -29/+97 |
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 1 | -1/+0 |
| | | |||||
| * | chore: add a Layout component | Armand Philippot | 2022-04-22 | 4 | -0/+251 |
| It defines the different components used by all other layouts. | |||||
