Updated today at 08:58

Commit: 3217c6d Show on GitHub

  • Author: Ravi Tjikhoeri
  • Date: 3/10/2026, 1:28:04 PM
  • Message: Merge pull request #93 from fdnd-agency/sbmit-proof-form submit proof form
  • Stats: 487 total changes (+459 / -28)

Changed Files

  • package-lock.json — +1 / -1 (2 changes)
  • package.json — +1 / -1 (2 changes)
  • src/lib/components/atoms/Button.svelte — +53 / -1 (54 changes)
  • src/lib/components/atoms/FileInput.svelte — +6 / -4 (10 changes)
  • src/lib/components/atoms/Input.svelte — +47 / -5 (52 changes)
  • src/lib/components/atoms/Label.svelte — +17 / -2 (19 changes)
  • src/lib/components/atoms/Text.svelte — +24 / -0 (24 changes)
  • src/lib/components/atoms/Title.svelte — +4 / -0 (4 changes)
  • src/lib/components/molecules/LabeledInput.svelte — +8 / -3 (11 changes)
  • src/lib/components/organisms/SubmitForm.svelte — +282 / -0 (282 changes)
  • src/routes/submit-proof/+page.svelte — +16 / -11 (27 changes)