| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: replace next-themes with a custom ThemeProvider | Armand Philippot | 2023-11-11 | 1 | -11/+4 |
| | | | | | | | | To be honest, next-themes was working fine. However since I use a theme provider for Prism code blocks, some code is duplicated between this app and the library. So I prefer to use a custom Provider without the options I don't need. | ||||
| * | refactor(components): make form components compliant with Eslint rules | Armand Philippot | 2023-11-11 | 2 | -3/+3 |
| | | |||||
| * | feat(components): replace icons with a generic Icon component | Armand Philippot | 2023-10-24 | 1 | -8/+15 |
| | | | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS. | ||||
| * | build: convert project to esm | Armand Philippot | 2023-10-24 | 1 | -0/+1 |
| | | |||||
| * | refactor(components): rewrite form components | Armand Philippot | 2023-10-24 | 4 | -0/+110 |
