Updated 07-05-2026, 10:26

Commit: 30267a7 Show on GitHub

  • Author: Leon Westerveld
  • Date: 5/8/2026, 12:01:29 PM
  • Message: Merge branch 'dev' into LogHoursPage
  • Stats: 1712 total changes (+944 / -768)

Changed Files

  • .husky/pre-commit — +17 / -0 (17 changes)
  • src/lib/assets/fonts/DMSans-VariableFont_opsz,wght.ttf — +0 / -0 (0 changes)
  • src/lib/assets/fonts/Inter-VariableFont_opsz,wght.ttf — +0 / -0 (0 changes)
  • src/lib/assets/fonts/Poppins-Regular.ttf — +0 / -0 (0 changes)
  • src/lib/assets/fonts/SpaceGrotesk-VariableFont_wght.ttf — +0 / -0 (0 changes)
  • src/lib/assets/svg/ErrorMessageIcon.svelte — +13 / -13 (26 changes)
  • src/lib/assets/svg/EvidenceIcon.svelte — +25 / -0 (25 changes)
  • src/lib/assets/svg/LogIcon.svelte — +25 / -0 (25 changes)
  • src/lib/assets/svg/ProfileIcon.svelte — +38 / -0 (38 changes)
  • src/lib/assets/svg/VaultIcon.svelte — +24 / -0 (24 changes)
  • src/lib/components/atoms/FormValidationMessages.svelte — +49 / -68 (117 changes)
  • src/lib/components/atoms/Label.svelte — +2 / -2 (4 changes)
  • src/lib/components/atoms/Link.svelte — +26 / -3 (29 changes)
  • src/lib/components/molecules/EmergencySection.svelte — +82 / -88 (170 changes)
  • src/lib/components/molecules/InformationCard.svelte — +4 / -6 (10 changes)
  • src/lib/components/molecules/LinkGroup.svelte — +15 / -1 (16 changes)
  • src/lib/components/organisms/ContactForm.svelte — +130 / -103 (233 changes)
  • src/lib/components/organisms/Header.svelte — +87 / -104 (191 changes)
  • src/lib/components/organisms/LocationSection.svelte — +42 / -54 (96 changes)
  • src/lib/components/organisms/MobileNavbar.svelte — +40 / -0 (40 changes)
  • src/lib/components/organisms/Nav.svelte — +160 / -156 (316 changes)
  • src/lib/css/global-stylesheet.css — +100 / -107 (207 changes)
  • src/lib/formValidation.js — +1 / -1 (2 changes)
  • src/lib/index.js — +12 / -11 (23 changes)
  • src/routes/+layout.svelte — +3 / -1 (4 changes)
  • src/routes/contact/+page.server.js — +39 / -39 (78 changes)
  • src/routes/contact/+page.svelte — +10 / -11 (21 changes)