| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(styles): increase CSS specifity for some selectors | Armand Philippot | 2023-12-20 | 1 | -99/+101 |
| | | | | | | | | | | | | Since `sideEffects` has been added to activate tree shakings, the styles are imported in the wrong order in production build. There is an open issue (again) on Next.js repo. I'm not sure it will be fixed soon so in the meantime I had to increase the specifity of some selectors to avoid broken styles. I also fixed two minor layout errors: * CV page widgets should use headings of level 2 * Homepage should wrap the cards in list items | ||||
| * | fix(components): make navbar usable with javascript disabled | Armand Philippot | 2023-12-19 | 1 | -18/+29 |
| | | |||||
| * | refactor(components): replace Toolbar with Navbar component | Armand Philippot | 2023-11-11 | 1 | -0/+173 |
| * remove SearchModal and SettingsModal components * add a generic NavbarItem component (instead of the previous toolbar items to avoid unreadable styles...) * move FlippingLabel component logic into NavbarItem since it is only used here | |||||
