berrypod/lib/simpleshop_theme_web/live/user_live
jamey e64bf40a71 add setup foundations: site gate, registration lockdown, coming soon page
- Settings.site_live?/0 and set_site_live/1 for shop visibility control
- Accounts.has_admin?/0 to detect single-tenant admin existence
- Registration lockdown: /users/register redirects when admin exists
- Setup.setup_status/0 aggregates provider, product, and stripe checks
- Coming soon page at /coming-soon with themed styling
- ThemeHook :require_site_live gate on all public shop routes
  - Site live → everyone through
  - Authenticated → admin preview through
  - No admin → fresh install demo through
  - Otherwise → redirect to coming soon
- Go live / take offline toggle on /admin/settings
- 648 tests, 0 failures

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 22:58:58 +00:00
..
confirmation.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
login.ex chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
registration.ex add setup foundations: site gate, registration lockdown, coming soon page 2026-02-11 22:58:58 +00:00
settings.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00