jedmund-svelte/src/lib
Justin Edmund 672eb47143 fix(admin): only block navigation/close when changes are unsaved
- Update beforeNavigate guard to check autosave status before blocking
- Allow instant navigation when status is 'saved' (no interruption)
- Add beforeunload warning for browser close/reload
- Only show warnings when status is NOT 'saved' (saving/error/idle)
- Improves UX by not interrupting users when everything is already saved

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 13:21:57 -07:00
..
actions fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
admin feat(admin): create Svelte 5 runes-based autosave store 2025-10-07 07:58:20 -07:00
components fix(admin): only block navigation/close when changes are unsaved 2025-10-07 13:21:57 -07:00
posts Admin WIP 2025-05-27 16:57:51 -07:00
schemas Prettier + build errors 2025-06-02 08:41:03 -07:00
server chore(admin): remove basic auth fallback 2025-10-07 06:31:52 -07:00
stores refactor: consolidate now playing detection into single music stream store 2025-07-10 21:32:14 -07:00
types chore(admin): remove basic auth fallback 2025-10-07 06:31:52 -07:00
utils feat: add video upload support with ffmpeg processing 2025-08-23 03:13:36 -04:00
index.ts Initial commit 2024-07-01 22:46:33 -04:00
posts.ts Admin WIP 2025-05-27 16:57:51 -07:00