trails/apps/journal/app
Ullrich Schäfer 9adf9b977a
Passkey browser compatibility: detect support, magic link fallback
- Login: hide passkey button when browser lacks WebAuthn, default to
  magic link mode, hide "back to passkey" link
- Register: detect passkey support and offer magic link registration as
  fallback. New server-side registerWithMagicLink() creates account
  without credential and sends verification email.
- Home: show passkey count for logged-in users, show amber unsupported
  message instead of hiding the add-passkey prompt entirely
- i18n: add passkeyNotSupported, passkeyNotSupportedRegister,
  registerWithMagicLink, passkeyStatus keys (en + de)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 09:54:37 +02:00
..
components Fix SSR hydration mismatch for dates 2026-03-24 20:22:58 +00:00
lib Passkey browser compatibility: detect support, magic link fallback 2026-03-29 09:54:37 +02:00
routes Passkey browser compatibility: detect support, magic link fallback 2026-03-29 09:54:37 +02:00
entry.client.tsx Disable Sentry session replays 2026-03-27 20:52:10 +01:00
entry.server.tsx Filter 404s from Sentry on client and server 2026-03-25 08:02:26 +00:00
root.tsx Fix i18n: move init to root.tsx and downgrade to stable versions 2026-03-25 23:18:15 +00:00
routes.ts Add health and metrics routes to Journal route config 2026-03-27 20:42:10 +01:00