Updated 07-05-2026, 10:26

Commit: a044e9f Show on GitHub

  • Author: Iris van Willigen
  • Date: 5/19/2026, 12:53:01 PM
  • Message: Merge pull request #404 from fdnd-agency/403-user-story-automatically-format-code-with-prettier 403 user story automatically format code with prettier
  • Stats: 191 total changes (+69 / -122)

Changed Files

  • .github/workflows/workflow.yml — +18 / -0 (18 changes)
  • package-lock.json — +0 / -18 (18 changes)
  • src/lib/components/molecules/AssignmentCards.svelte — +4 / -2 (6 changes)
  • src/lib/components/molecules/Breadcrumb.svelte — +6 / -3 (9 changes)
  • src/lib/components/molecules/CarouselTrack.svelte — +1 / -1 (2 changes)
  • src/lib/components/molecules/FooterNav.svelte — +0 / -2 (2 changes)
  • src/lib/components/molecules/Pagination.svelte — +9 / -43 (52 changes)
  • src/lib/components/molecules/TeamMemberCard.svelte — +1 / -1 (2 changes)
  • src/lib/components/molecules/Testimonial.svelte — +1 / -3 (4 changes)
  • src/lib/components/organisms/Nav.svelte — +3 / -2 (5 changes)
  • src/lib/components/organisms/NewsComponent.svelte — +5 / -3 (8 changes)
  • src/lib/components/organisms/Newscards.svelte — +6 / -2 (8 changes)
  • src/lib/components/organisms/PillarsComponent.svelte — +3 / -2 (5 changes)
  • src/routes/+layout.svelte — +2 / -3 (5 changes)
  • src/routes/+page.server.js — +1 / -1 (2 changes)
  • src/routes/+page.svelte — +0 / -2 (2 changes)
  • src/routes/assignments/+page.svelte — +1 / -8 (9 changes)
  • src/routes/assignments/[slug]/+page.server.js — +1 / -1 (2 changes)
  • src/routes/assignments/[slug]/+page.svelte — +2 / -1 (3 changes)
  • src/routes/mission/+page.svelte — +0 / -7 (7 changes)
  • src/routes/news/[slug]/+page.server.js — +1 / -1 (2 changes)
  • src/routes/partners/+page.svelte — +1 / -6 (7 changes)
  • src/routes/team/[team]/+page.server.js — +1 / -1 (2 changes)
  • src/routes/team/[team]/+page.svelte — +1 / -2 (3 changes)
  • src/routes/testimonial/+page.svelte — +1 / -7 (8 changes)