Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2025-03-26 | frontend: Migrate to eslint-plugin-svelte 3.0 | Wolfgang Müller | -1/+1 | |
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-13 | frontend: Migrate to Svelte 5 | Wolfgang Müller | -2/+8 | |
2024-11-22 | frontend: Ignore tabindex for container divs | Wolfgang Müller | -1/+1 | |
These two break the tabbing flow, instead focus the next item within the container. |