Updated 07-05-2026, 10:26

Commit: 5b33155 Show on GitHub

  • Author: A.C. Louwe
  • Date: 5/13/2026, 9:17:18 AM
  • Message: Merge pull request #612 from fdnd-agency/574-global-password feat: adds a global password to the website for development
  • Stats: 320 total changes (+264 / -56)

Changed Files

  • e2e/home.spec.js — +0 / -11 (11 changes)
  • package-lock.json — +4 / -4 (8 changes)
  • package.json — +1 / -1 (2 changes)
  • src/hooks.server.js — +2 / -0 (2 changes)
  • src/lib/index.js — +1 / -0 (1 changes)
  • src/lib/organisms/PasswordGate.svelte — +110 / -0 (110 changes)
  • src/routes/(public)/+layout.server.js — +6 / -0 (6 changes)
  • src/routes/(public)/+layout.svelte — +31 / -28 (59 changes)
  • src/routes/(public)/gate/+server.js — +51 / -0 (51 changes)
  • src/routes/+layout.svelte — +58 / -12 (70 changes)