summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/Form.ts (unfollow)
Commit message (Collapse)AuthorLines
12 daysfrontend: Don't report undefined comics as pendingWolfgang Müller-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.
2025-02-13frontend: Migrate to Svelte 5Wolfgang Müller-0/+76