| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 2 | -276/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor: import dynamically SearchForm and Settings components | Armand Philippot | 2022-03-01 | 1 | -4/+15 |
| | | | | | | These components are only available after a click from the user, so using dynamic import should improve performances. | ||||
| * | fix: open toolbar menu without double click | Armand Philippot | 2022-02-14 | 1 | -8/+20 |
| | | | | | | | 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: increase toolbar buttons size | Armand Philippot | 2022-02-13 | 1 | -1/+1 |
| | | | | | | | On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect. | ||||
| * | chore: animate toolbar entrance | Armand Philippot | 2022-02-01 | 1 | -0/+8 |
| | | |||||
| * | chore: add projects to main nav | Armand Philippot | 2022-01-20 | 1 | -5/+0 |
| | | | | | | | 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 | 1 | -1/+1 |
| | | |||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 1 | -3/+3 |
| | | |||||
| * | chore(toolbar): close modals on click/focus outside | Armand Philippot | 2022-01-14 | 1 | -3/+77 |
| | | |||||
| * | chore: replace theme button with settings | Armand Philippot | 2022-01-05 | 2 | -14/+46 |
| | | | | | | I plan to add more user settings so theme options should be inside settings. | ||||
| * | chore: add a theme toggle | Armand Philippot | 2021-12-27 | 2 | -5/+23 |
| | | | | | Dark theme is not implemented yet. | ||||
| * | chore: move toolbar size to global scope | Armand Philippot | 2021-12-20 | 1 | -2/+3 |
| | | | | | It allows me to manage footer padding on small viewports. | ||||
| * | chore: define search form visibility | Armand Philippot | 2021-12-20 | 2 | -2/+59 |
| | | |||||
| * | chore: add a button to open/close search in toolbar | Armand Philippot | 2021-12-20 | 1 | -1/+18 |
| | | |||||
| * | chore: add a toolbar component | Armand Philippot | 2021-12-20 | 2 | -0/+51 |
