summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/Enums.ts (follow)
Commit message (Collapse)AuthorAgeLines
* Add filter for association countsWolfgang Müller3 days-0/+7
| | | | | | | | | | | | | | | This will replace the old 'empty' filter on comic associations and introduce a generic way of matching against association counts, along with support for different operators like 'greater than' or 'lower than'. Models that did not previously have a way of matching against their associates (like filtering for Artists that have N comics associated with them) now gain that functionality. For now the frontend keeps the simpler approach of allowing the user to only filter for empty associations, but we nonetheless need to adjust the 'empty' field to instead be linked to the new 'count' field.
* frontend: Migrate to Svelte 5Wolfgang Müller10 days-3/+2
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+325