summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/toolbar (unfollow)
Commit message (Collapse)AuthorLines
12 daysfrontend: Migrate to eslint-plugin-svelte 3.0Wolfgang Müller-2/+2
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-21frontend: Use transition to expand ToolbarWolfgang Müller-2/+4
Also, whilst here, shorten the prop definition.
2025-02-21frontend: Remove unnecessary flex classWolfgang Müller-4/+4
2025-02-21frontend: Rework and improve acceleratorsWolfgang Müller-2/+5
This commit switches around a couple of existing accelerators to make them easier to activate with just the left hand on the keyboard and more easily allow the addition of accelerators for all filter fields.
2025-02-20frontend: Allow filtering for orphaned associationsWolfgang Müller-0/+24
With the association count filters in place we may now also allow the user to filter for associations that do not have a matching counterparts (artists without a comic, for example).
2025-02-14frontend: Migrate to Tailwind 4.0Wolfgang Müller-1/+1
2025-02-13frontend: Expand toolbar automatically with filters presentWolfgang Müller-2/+3
2025-02-13frontend: Migrate to Svelte 5Wolfgang Müller-195/+214