Updated 07-05-2026, 10:26
Commit: 26ecf3b Show on GitHub
- Author: A.C. Louwe
- Date: 5/27/2026, 9:41:59 AM
- Message: Merge pull request #639 from fdnd-agency/394-nominatie-detailpagina feat: adds nomination/id route and detail page
- Stats: 397 total changes (+397 / -0)
Changed Files
src/lib/index.js— +1 / -0 (1 changes)src/lib/organisms/NominationDetail.svelte— +357 / -0 (357 changes)src/routes/(public)/talent-award/nominaties/[id]/+page.server.js— +32 / -0 (32 changes)src/routes/(public)/talent-award/nominaties/[id]/+page.svelte— +7 / -0 (7 changes)