Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | frontend: Don't report undefined comics as pending | Wolfgang Müller | 12 days | -2/+2 |
| | | | | | | | | | This check was missed in the migration to Svelte 5 as we inverted the functionality of the functions checking for pending state. Where previously the functions checked for equality, now they check for inequality, and these two checks were never inverted. This causes hircine to pop up a warning about pending changes when the user is trying to leave a "Comic not found" page. | |||
* | frontend: Migrate to Svelte 5 | Wolfgang Müller | 2025-02-13 | -0/+76 |