Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
12 days | frontend: Migrate to eslint-plugin-svelte 3.0 | Wolfgang Müller | -1/+3 | |
This includes a migration to a flat eslint.config.js, which will now also automatically ignore items from .gitignore. eslint-plugin-svelte 3.0 comes with a couple of changes to recommended rules as well, these are also addressed in this commit. | ||||
2025-02-14 | frontend: Migrate to Tailwind 4.0 | Wolfgang Müller | -1/+1 | |
2025-02-13 | frontend: Migrate to Svelte 5 | Wolfgang Müller | -70/+247 | |
2024-11-22 | frontend: Improve highlighting of current focus | Wolfgang Müller | -1/+1 | |
Elements now have a consistent style applied to them when in focus. Additionally, select elements will now have an outline when focused, making it easier to notice the currently selected element. |