Updated today at 08:58

Commit: 7ee068f Show on GitHub

  • Author: Alex
  • Date: 3/18/2026, 10:27:40 AM
  • Message: refactor: extracts content pages into components. this extracts the content pages for newsarticles, documents, and themes into seperate components so that they can be used for the admin draft preview routes.
  • Stats: 857 total changes (+433 / -424)

Changed Files

  • src/lib/organisms/NewsDetail.svelte — +92 / -0 (92 changes)
  • src/lib/organisms/PublicationDetails.svelte — +159 / -0 (159 changes)
  • src/lib/organisms/ThemeDetail.svelte — +175 / -0 (175 changes)
  • src/routes/(public)/nieuws/[uuid]/+page.svelte — +3 / -85 (88 changes)
  • src/routes/(public)/over-ad/[slug]/+page.svelte — +2 / -170 (172 changes)
  • src/routes/(public)/publicaties/[slug]/+page.svelte — +2 / -169 (171 changes)