jedmund-svelte/src
Justin Edmund eebaf86b64 refactor(admin): migrate media list to use URL params and server loads
Refactored media list to follow SvelteKit data loading patterns:
- Removed client-side fetch() calls and manual state management
- Filter/sort/search state now driven by URL search params
- Page navigation triggers server-side reloads via goto()
- Mutations use invalidate('admin:media') to reload data
- Replaced error state with toast notifications for better UX
- Removed redundant loading state (handled by SvelteKit)

This completes Task 2 - all admin lists now use server-side data loading with proper session authentication.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 18:30:06 -07:00
..
assets feat: add SVG icons for debug panel 2025-07-10 21:33:12 -07:00
lib refactor(admin): add autosave to SimplePostForm 2025-10-07 14:19:38 -07:00
routes refactor(admin): migrate media list to use URL params and server loads 2025-10-07 18:30:06 -07:00
stories Prettier + build errors 2025-06-02 08:41:03 -07:00
app.css Linter 2025-06-13 21:22:49 -04:00
app.d.ts First commit for universe 2025-05-26 06:44:27 -07:00
app.html Add meta theme color 2025-08-07 03:12:25 -07:00
decs.d.ts Update decs.d.ts for GiantBomb API 2024-08-05 23:38:14 -07:00
global.d.ts Update config 2024-07-12 08:42:45 -04:00