| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 1 | -155/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor: use formatjs swc plugin | Armand Philippot | 2022-03-23 | 1 | -0/+8 |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | ||||
| * | fix: open toolbar menu without double click | Armand Philippot | 2022-02-14 | 1 | -33/+13 |
| | | | | | | | When the main nav was opened, a double click on the search button or the settings button was necessary to open a new menu. Now, it works as expected: the main nav is closed and the menu is opened in one click. | ||||
| * | chore: improve accessibility | Armand Philippot | 2022-02-11 | 1 | -1/+7 |
| | | |||||
| * | chore: close mainNav on click outside or route change | Armand Philippot | 2022-02-01 | 1 | -2/+25 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -7/+59 |
| | | |||||
| * | chore: add projects to main nav | Armand Philippot | 2022-01-20 | 1 | -0/+3 |
| | | | | | | | I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px. | ||||
| * | chore: add main nav link states | Armand Philippot | 2022-01-07 | 1 | -2/+7 |
| | | |||||
| * | chore: replace svg imports with components | Armand Philippot | 2021-12-22 | 1 | -7/+9 |
| | | | | | It allows me to control the colors of each SVG paths. | ||||
| * | chore: add missing changes in mainNav component | Armand Philippot | 2021-12-20 | 1 | -8/+12 |
| | | | | | I forgot to add them in the previous commit... | ||||
| * | chore: add a toolbar component | Armand Philippot | 2021-12-20 | 1 | -0/+1 |
| | | |||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 1 | -0/+71 |
| I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS. | |||||
