Replaces the minimal login-style form with the full spec design: hero section (eyebrow, headline, subtext), three labelled form sections, 2-column name grid, confirm-password field with client-side match hints, password strength indicator, notification checkbox card, loading state on submit, and "already have an account?" footer link. Backend: adds notifyOnMention to RegisterRequest and wires both notifyOnMention and notifyOnReply via updateNotificationPreferences on invite redemption. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
42 lines
644 B
Plaintext
42 lines
644 B
Plaintext
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/.svelte-kit-backup
|
|
/build
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Paraglide
|
|
src/lib/paraglide
|
|
|
|
# Generated OpenAPI types — regenerate with: npm run generate:api
|
|
# (committed as a stub; overwritten by the real spec after generation)
|
|
# src/lib/generated/api.ts
|
|
src/lib/paraglide_bak*
|
|
/coverage
|
|
|
|
# Playwright auth state — regenerated at the start of each CI run via auth.setup.ts
|
|
e2e/.auth/
|
|
|
|
**/test-results/**
|
|
|
|
# Proofshot browser verification artifacts
|
|
proofshot-artifacts/
|