Updated 07-05-2026, 10:26
Commit: 48ba7c0 Show on GitHub
- Author: Alia Taher
- Date: 4/17/2026, 11:33:32 AM
- Message: Merge pull request #199 from fdnd-agency/feat/branch-name-convention-197 Feat/branch name convention 197
- Stats: 1434 total changes (+693 / -741)
Changed Files
.husky/pre-commit— +17 / -0 (17 changes)src/lib/assets/svg/ErrorMessageIcon.svelte— +13 / -13 (26 changes)src/lib/components/atoms/FormValidationMessages.svelte— +49 / -68 (117 changes)src/lib/components/atoms/Input.svelte— +12 / -19 (31 changes)src/lib/components/atoms/Label.svelte— +4 / -5 (9 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— +1 / -1 (2 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/Nav.svelte— +160 / -156 (316 changes)src/lib/css/global-stylesheet.css— +31 / -62 (93 changes)src/lib/formValidation.js— +1 / -1 (2 changes)src/lib/index.js— +11 / -11 (22 changes)src/routes/contact/+page.server.js— +39 / -39 (78 changes)src/routes/contact/+page.svelte— +10 / -11 (21 changes)