Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
10 days | frontend: Show statistics spinner in the middle of the page | Wolfgang Müller | -6/+6 | |
10 days | frontend: Use current date to seed frontpage results | Wolfgang Müller | -3/+14 | |
Use the current date (year, month, and day) instead of generating a new seed every time and potentially making the user unable to go back to see results that were displayed a moment ago. This essentially makes the frontpage display daily favourites and bookmarks. Additionally make sure to set the seed in the filter when navigating to the respective category. | ||||
10 days | frontend: Add missing loading indicator for statistics page | Wolfgang Müller | -0/+3 | |
10 days | frontend: Expand toolbar automatically with filters present | Wolfgang Müller | -1/+2 | |
10 days | frontend: Allow control-clicking to open the quick filter | Wolfgang Müller | -18/+36 | |
This makes hircine's behaviour more consistent with standard browser behaviour (that would also open a new tab when control-clicking). | ||||
10 days | frontend: Remove ellipsis prop in Card | Wolfgang Müller | -6/+1 | |
This makes Archive card styling consistent with Comic cards. | ||||
10 days | frontend: Migrate to Svelte 5 | Wolfgang Müller | -567/+528 | |
2025-01-19 | frontend: Add basic statistics page | Wolfgang Müller | -0/+47 | |
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. |