jedmund-svelte/src/lib
Justin Edmund c4172ef411 fix: restore AlbumForm save functionality and update cleanup docs
- Restore AlbumForm handleSave() and validateForm() functions
- Add back missing imports (goto, zod, Button, toast)
- Restore isSaving and validationErrors state
- Add back albumSchema validation

This fixes the critical issue where AlbumForm had no way to save albums
due to over-aggressive dead code removal in previous cleanup.

Also update docs/eslint-cleanup-plan.md to reflect:
- Current branch status (207 errors remaining)
- Quality review of previous LLM work (84% good, 1 critical issue fixed)
- Detailed breakdown of remaining errors
- Actionable roadmap for completing the cleanup
2025-11-24 01:05:30 -08:00
..
actions fix(actions): prevent clickOutside race condition in update method 2025-10-07 22:13:30 -07:00
admin lint: fix misc errors (no-case-declarations, empty interfaces, empty catch blocks) (12 fixes) 2025-11-24 05:41:12 +00:00
components fix: restore AlbumForm save functionality and update cleanup docs 2025-11-24 01:05:30 -08: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 lint: remove unused imports and variables in server files (6 fixes) 2025-11-23 14:41:22 +00:00
stores lint: remove unused set functions from store files (6 fixes) 2025-11-23 14:42:30 +00:00
types lint: fix misc errors (no-case-declarations, empty interfaces, empty catch blocks) (12 fixes) 2025-11-24 05:41:12 +00:00
utils lint: fix misc errors (no-case-declarations, empty interfaces, empty catch blocks) (12 fixes) 2025-11-24 05:41:12 +00:00
index.ts Initial commit 2024-07-01 22:46:33 -04:00
posts.ts lint: fix misc errors (no-case-declarations, empty interfaces, empty catch blocks) (12 fixes) 2025-11-24 05:41:12 +00:00