| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
This makes hircine's behaviour more consistent with standard browser
behaviour (that would also open a new tab when control-clicking).
|
|
|
|
| |
This makes Archive card styling consistent with Comic cards.
|
| |
|
| |
|
|
|
|
|
| |
These two break the tabbing flow, instead focus the next item within the
container.
|
|
|