~bigbes/lethe

ref: 9094d79e008f69af42107022da2bfcf6f8d7aea8 lethe/web/src/shell/AuthGate.tsx -rw-r--r-- 3.9 KiB
13113b8c — Eugene Blikh a month ago
web: AuthGate consolidates three "not authenticated" cards

Create AuthGate component as the single source of truth for the
unauthenticated UI. Cold renders show a manual sign-in button (IV7);
mid-session expiry auto-redirects via useEffect (IV7); auth_error shows
the distinct error card with a "Try again" button and never auto-retries
(IV6). Swap the inline AuthError cards at index, projects, and
SavedSearchesSection call sites.