Updated 07-05-2026, 10:26

Commit: d4d7711 Show on GitHub

  • Author: Naul
  • Date: 4/28/2026, 7:54:45 PM
  • Message: changes the routes so moderators can access the other pages too and the admin can do that and change role
  • Stats: 232 total changes (+217 / -15)

Changed Files

  • src/lib/components/molecules/AdminSidebar.svelte — +7 / -3 (10 changes)
  • src/routes/admin/lemma/+page.server.js — +7 / -3 (10 changes)
  • src/routes/admin/lemma/+page.svelte — +1 / -1 (2 changes)
  • src/routes/admin/lemma/page.test.js — +48 / -0 (48 changes)
  • src/routes/admin/lemma/preview/+page.server.js — +5 / -1 (6 changes)
  • src/routes/admin/lemma/preview/page.test.js — +25 / -0 (25 changes)
  • src/routes/admin/persoon/+page.server.js — +7 / -3 (10 changes)
  • src/routes/admin/persoon/+page.svelte — +1 / -1 (2 changes)
  • src/routes/admin/persoon/page.test.js — +48 / -0 (48 changes)
  • src/routes/admin/roles/+page.svelte — +1 / -1 (2 changes)
  • src/routes/admin/roles/page.test.js — +32 / -0 (32 changes)
  • src/routes/inlog/+page.server.js — +2 / -2 (4 changes)
  • src/routes/inlog/page.test.js — +33 / -0 (33 changes)