summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/routes (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Migrate PageView to Svelte 5Wolfgang Müller4 days-2/+4
|
* frontend: Bind PageView to form input instead of ComicWolfgang Müller8 days-1/+1
| | | | | | | Commit dc4db40 (frontend: Migrate to Svelte 5, 2025-02-13) accidentally regressed reader behaviour where updates to the page layout and page direction where no longer shown immediately. Make sure to bind PageView to the comic form input to fix this.
* frontend: Show statistics spinner in the middle of the pageWolfgang Müller8 days-6/+6
|
* frontend: Use current date to seed frontpage resultsWolfgang Müller9 days-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.
* frontend: Add missing loading indicator for statistics pageWolfgang Müller9 days-0/+3
|
* frontend: Expand toolbar automatically with filters presentWolfgang Müller9 days-1/+2
|
* frontend: Allow control-clicking to open the quick filterWolfgang Müller9 days-18/+36
| | | | | This makes hircine's behaviour more consistent with standard browser behaviour (that would also open a new tab when control-clicking).
* frontend: Remove ellipsis prop in CardWolfgang Müller9 days-6/+1
| | | | This makes Archive card styling consistent with Comic cards.
* frontend: Migrate to Svelte 5Wolfgang Müller9 days-567/+528
|
* frontend: Add basic statistics pageWolfgang Müller2025-01-19-0/+47
|
* frontend: Ignore tabindex for container divsWolfgang Müller2024-11-22-1/+1
| | | | | These two break the tabbing flow, instead focus the next item within the container.
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+1393