summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/Form.ts (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Don't report undefined comics as pendingWolfgang Müller12 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 5Wolfgang Müller2025-02-13-0/+76