Updated today at 08:58

Commit: d7dde57 Show on GitHub

  • Author: Alex
  • Date: 3/18/2026, 12:45:03 PM
  • Message: refactor: centralizes all fetch calls through contentService
  • Stats: 978 total changes (+508 / -470)

Changed Files

  • src/lib/organisms/ThemeDetail.svelte — +3 / -2 (5 changes)
  • src/lib/server/authService.js — +41 / -0 (41 changes)
  • src/lib/server/contentService.js — +55 / -9 (64 changes)
  • src/routes/(public)/+page.server.js — +9 / -13 (22 changes)
  • src/routes/(public)/+page.svelte — +149 / -137 (286 changes)
  • src/routes/(public)/contact/+page.server.js — +3 / -32 (35 changes)
  • src/routes/(public)/nieuws/+page.server.js — +5 / -6 (11 changes)
  • src/routes/(public)/nieuws/[uuid]/+page.server.js — +6 / -7 (13 changes)
  • src/routes/(public)/over-ad/+page.server.js — +7 / -13 (20 changes)
  • src/routes/(public)/over-ad/+page.svelte — +162 / -152 (314 changes)
  • src/routes/(public)/over-ad/[slug]/+page.server.js — +14 / -12 (26 changes)
  • src/routes/(public)/over-ad/[slug]/+page.svelte — +4 / -1 (5 changes)
  • src/routes/(public)/over-ons/+page.server.js — +7 / -12 (19 changes)
  • src/routes/(public)/publicaties/+page.server.js — +10 / -16 (26 changes)
  • src/routes/(public)/talent-award/+page.server.js — +6 / -7 (13 changes)
  • src/routes/(public)/talent-award/+page.svelte — +13 / -13 (26 changes)
  • src/routes/admin/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/cooperations/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/documents/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/events/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/faqs/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/login/+page.server.js — +3 / -17 (20 changes)
  • src/routes/admin/logout/+page.server.js — +2 / -12 (14 changes)
  • src/routes/admin/news/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/nominations/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/preview/[type]/[id]/+page.server.js — +1 / -1 (2 changes)
  • src/routes/admin/themes/+page.server.js — +1 / -1 (2 changes)