Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
12 days | frontend: Migrate to eslint-plugin-svelte 3.0 | Wolfgang Müller | -1/+0 | |
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-26 | frontend: Use joinText in TagPill | Wolfgang Müller | -1/+1 | |
We basically already had a function that does what we need here, so there's no need to reimplement it just for TagPill. | ||||
2025-02-13 | frontend: Migrate to Svelte 5 | Wolfgang Müller | -6/+21 | |