|
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Updated login and signup components to utilize AuthCard for better user experience during redirection. - Introduced AuthentikEmbedDialog for seamless integration of Authentik's identity portal within the application. - Enhanced password recovery and signup flows with dynamic theme handling and improved loading states. - Refactored existing components to streamline authentication processes and improve maintainability. |
||
|---|---|---|
| .. | ||
| account-store.ts | ||
| blocked-senders-store.ts | ||
| client-theme-store.ts | ||
| compose-identities-store.ts | ||
| debounced-json-storage.ts | ||
| docs-keyboard-shortcuts-store.ts | ||
| drive-filters-store.ts | ||
| drive-settings-store.ts | ||
| drive-ui-store.ts | ||
| hydration.ts | ||
| mail-search-store.ts | ||
| mail-settings-store.ts | ||
| mail-signatures-store.ts | ||
| mail-store.ts | ||
| mail-ui-store.ts | ||
| nav-store.ts | ||
| README.md | ||
| scheduled-store.ts | ||
| trusted-senders-store.ts | ||
Mail stores (Zustand)
Persisted (debounced-json-storage / persist)
mail-store— read/star/important overrides, label edits, recent folder visitsmail-settings-store— density, conversation mode, sort, display prefsnav-store— sidebar folder/label tree, disabled nav labelsaccount-store— active accountscheduled-store— scheduled send queue
Ephemeral UI (session only)
mail-search-store— search input, dropdown, filter chips before URL submitmail-ui-store— shell chrome: sidebar collapsed, mobile search overlay, folder unread badges
Rules
- URL is source of truth for folder, inbox tab, page, open message (
useMailRoute+mail-url.ts) - Search results use query params on
/mail/search(SearchParams); bar/overlay state syncs viasubmitMailSearchinlib/mail-search/navigate.ts - Do not persist ephemeral UI unless product explicitly requires it