ultisuite-client/lib/stores
R3D347HR4Y 9ea2d3325d
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
feat(auth): enhance authentication flows with embedded support and UI improvements
- 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.
2026-06-21 00:12:45 +02:00
..
account-store.ts feat(auth): enhance authentication flows with embedded support and UI improvements 2026-06-21 00:12:45 +02:00
blocked-senders-store.ts Add Contact Avatar Features and Improve UI Components 2026-06-06 20:26:51 +02:00
client-theme-store.ts Lots of stuff and mobile app 2026-06-17 00:13:28 +02:00
compose-identities-store.ts huhuhuhu 2026-05-25 13:52:40 +02:00
debounced-json-storage.ts feat(auth): enhance authentication flows with embedded support and UI improvements 2026-06-21 00:12:45 +02:00
docs-keyboard-shortcuts-store.ts menus1 2026-06-09 18:27:10 +02:00
drive-filters-store.ts Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
drive-settings-store.ts Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
drive-ui-store.ts Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
hydration.ts First commit, not a small one 2026-05-15 17:40:17 +02:00
mail-search-store.ts Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
mail-settings-store.ts Lots of stuff and mobile app 2026-06-17 00:13:28 +02:00
mail-signatures-store.ts huhuhuhu 2026-05-25 13:52:40 +02:00
mail-store.ts feat(api): offline-first mail sync w/ TanStack Query 2026-05-23 00:04:28 +02:00
mail-ui-store.ts huhuhuhu 2026-05-25 13:52:40 +02:00
nav-store.ts huhuhuhu 2026-05-25 13:52:40 +02:00
README.md before split 2 2026-05-20 16:01:08 +02:00
scheduled-store.ts feat(api): offline-first mail sync w/ TanStack Query 2026-05-23 00:04:28 +02:00
trusted-senders-store.ts huhuhuhu 2026-05-25 13:52:40 +02:00

Mail stores (Zustand)

Persisted (debounced-json-storage / persist)

  • mail-store — read/star/important overrides, label edits, recent folder visits
  • mail-settings-store — density, conversation mode, sort, display prefs
  • nav-store — sidebar folder/label tree, disabled nav labels
  • account-store — active account
  • scheduled-store — scheduled send queue

Ephemeral UI (session only)

  • mail-search-store — search input, dropdown, filter chips before URL submit
  • mail-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 via submitMailSearch in lib/mail-search/navigate.ts
  • Do not persist ephemeral UI unless product explicitly requires it