Updated today at 08:58
Commit: a9c7ce2 Show on GitHub
- Author: Alex
- Date: 3/2/2026, 2:47:41 PM
- Message: feat: Improves the admin dashboard. The + button now navigates the user to the correct Directus page. Now displays the correct amount of the content list items. - Add new export to src/lib/index.js - Extend admin layout server with additional auth/session logic - Update admin layout component with improved structure - Refactor admin dashboard page with expanded UI and functionality Issues #320 #337 #338 #339 #340 #341
- Stats: 183 total changes (+165 / -18)
Changed Files
src/lib/assets/faq.svg— +8 / -0 (8 changes)src/lib/index.js— +1 / -0 (1 changes)src/lib/server/contentService.js— +74 / -0 (74 changes)src/routes/admin/+layout.server.js— +17 / -2 (19 changes)src/routes/admin/+layout.svelte— +15 / -2 (17 changes)src/routes/admin/+page.svelte— +50 / -14 (64 changes)