Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add remaining association count sort options | Wolfgang Müller | 2 days | -0/+11 |
| | | | | | Now that we have all association counts mapped to their respective models we can easily allow sorting on them as well. | |||
* | frontend: Use matching classes for enum labels | Wolfgang Müller | 2 days | -6/+6 |
| | | | | | | These were mismatched, probably by copy-and-paste. This happened to still work because we pass the enum as a string, and the name happens to match for all of them. | |||
* | Add filter for association counts | Wolfgang Müller | 2 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 5 | Wolfgang Müller | 9 days | -3/+2 |
| | ||||
* | Initial commit0.1.0 | Wolfgang Müller | 2024-03-05 | -0/+325 |