Updated today at 08:58

Commit: 7ce3a59 Show on GitHub

  • Author: Ravi Tjikhoeri
  • Date: 3/12/2026, 10:59:29 AM
  • Message: Merge pull request #106 from fdnd-agency/post-form-v2 contact form post with superforms validation
  • Stats: 1412 total changes (+1094 / -318)

Changed Files

  • package-lock.json — +554 / -98 (652 changes)
  • package.json — +4 / -0 (4 changes)
  • src/lib/components/atoms/Button.svelte — +6 / -0 (6 changes)
  • src/lib/components/atoms/Input.svelte — +27 / -4 (31 changes)
  • src/lib/components/atoms/Label.svelte — +7 / -0 (7 changes)
  • src/lib/components/atoms/LoadingState.svelte — +50 / -0 (50 changes)
  • src/lib/components/atoms/Text.svelte — +8 / -0 (8 changes)
  • src/lib/components/organisms/ContactForm.svelte — +242 / -0 (242 changes)
  • src/lib/components/organisms/LocationSection.svelte — +128 / -0 (128 changes)
  • src/lib/css/global-stylesheet.css — +2 / -0 (2 changes)
  • src/lib/formValidation.js — +8 / -0 (8 changes)
  • src/lib/index.js — +6 / -0 (6 changes)
  • src/routes/contact/+page.server.js — +40 / -0 (40 changes)
  • src/routes/contact/+page.svelte — +12 / -216 (228 changes)