| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 3 | -6/+19 |
| | | |||||
| * | chore: add projects to main nav | Armand Philippot | 2022-01-20 | 3 | -0/+108 |
| | | | | | | | 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. | ||||
| * | feat: implement dark mode | Armand Philippot | 2022-01-17 | 10 | -28/+29 |
| | | |||||
| * | chore: replace copyright icon import with custom component | Armand Philippot | 2022-01-17 | 3 | -0/+34 |
| | | | | | | It allows me to set the colors with CSS and it will be easier to implement dark mode. | ||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 10 | -29/+29 |
| | | |||||
| * | chore: replace theme button with settings | Armand Philippot | 2022-01-05 | 7 | -99/+32 |
| | | | | | | I plan to add more user settings so theme options should be inside settings. | ||||
| * | refactor(sharing): avoid nested template literals | Armand Philippot | 2022-01-04 | 1 | -7/+4 |
| | | | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope. | ||||
| * | chore(icons): add direction to arrow icon and split path | Armand Philippot | 2022-01-04 | 1 | -3/+66 |
| | | | | | I can now animate separatly the arrow head and the arrow body. | ||||
| * | chore: replace read more link with ButtonLink component | Armand Philippot | 2021-12-29 | 3 | -0/+27 |
| | | | | | | I also fix the load more button position since I removed the margin auto. | ||||
| * | chore: add a theme toggle | Armand Philippot | 2021-12-27 | 7 | -0/+149 |
| | | | | | Dark theme is not implemented yet. | ||||
| * | chore: replace svg imports with components | Armand Philippot | 2021-12-22 | 14 | -4/+478 |
| | | | | | It allows me to control the colors of each SVG paths. | ||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 3 | -0/+70 |
| I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS. | |||||
