ultisuite-client/components/gmail
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00
..
compose Add environment configuration and update email view components 2026-06-04 00:12:43 +02:00
contacts feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
contacts-page Lots of stuff and mobile app 2026-06-17 00:13:28 +02:00
email-list feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
email-view feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
mail-search feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
nav huhuhuhu 2026-05-25 13:52:40 +02:00
quick-settings feat: refactor mail and account settings structure for improved navigation and layout 2026-06-16 11:32:58 +02:00
settings feat: refactor mail and account settings structure for improved navigation and layout 2026-06-16 11:32:58 +02:00
sidebar huhuhuhu 2026-05-25 13:52:40 +02:00
account-avatar.tsx feat(api): offline-first mail sync w/ TanStack Query 2026-05-23 00:04:28 +02:00
account-switcher-dropdown.tsx feat: refactor mail and account settings structure for improved navigation and layout 2026-06-16 11:32:58 +02:00
calendar-invitation-preview.tsx feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
compact-inbox-category-tabs.tsx huhu 2026-05-19 22:20:43 +02:00
compose-identities-sync.tsx feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
compose-modal.tsx refactoed and sidebar better 2026-05-20 18:22:36 +02:00
contact-hover-card.tsx bordel c'est beau 2026-06-11 10:10:39 +02:00
email-label-picker-block.tsx Massive upgrades 2026-05-16 20:30:50 +02:00
email-list.tsx refactoed and sidebar better 2026-05-20 18:22:36 +02:00
email-view.tsx Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
header-account-actions.tsx Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
header.tsx Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
invitation-time-chip-text.tsx Refactor and enhance mobile experience with new components and layout adjustments. Updated TypeScript configurations, improved sidebar navigation, and added search functionality. Enhanced email view and invitation handling for better user interaction. 2026-05-18 00:17:51 +02:00
mail-date-text.tsx Massive upgrades 2026-05-16 20:30:50 +02:00
mail-document-title.tsx Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
mail-folder-stack-indicator.tsx huhu 2026-05-19 22:20:43 +02:00
mail-inbox-category-tab-icons.tsx Refactor email components to enhance user experience with improved category tab icons and swipe functionality. Added new MailInboxCategoryTabIcons and MailListSwipeRow components, updated inbox tab handling, and refined styles for better visual consistency. 2026-05-18 12:22:16 +02:00
mail-label-pills.tsx Massive upgrades 2026-05-16 20:30:50 +02:00
mail-list-swipe-row.tsx Refactor email components to enhance user experience with improved category tab icons and swipe functionality. Added new MailInboxCategoryTabIcons and MailListSwipeRow components, updated inbox tab handling, and refined styles for better visual consistency. 2026-05-18 12:22:16 +02:00
mail-nav-sync.tsx huhuhuhu 2026-05-25 13:52:40 +02:00
mail-notifications-bridge.tsx huhuhuhu 2026-05-25 13:52:40 +02:00
mail-search-bar.tsx feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
mail-settings-fields.tsx feat(admin-settings): enhance admin settings with new components and layout improvements 2026-06-15 00:22:20 +02:00
mail-settings-sync.tsx Lots of stuff and mobile app 2026-06-17 00:13:28 +02:00
mail-signatures-sync.tsx huhuhuhu 2026-05-25 13:52:40 +02:00
mail-toaster.tsx Add OnlyOffice integration and update project configurations 2026-06-07 15:49:21 +02:00
mobile-bottom-bar.tsx Huhu 2026-05-20 14:06:44 +02:00
mobile-search-overlay.tsx feat: enhance configuration and add new demo layouts 2026-06-12 19:10:24 +02:00
mobile-xs-bulk-sheets.tsx Massive upgrades 2026-05-16 20:30:50 +02:00
move-drag-indicator.tsx Massive upgrades 2026-05-16 20:30:50 +02:00
move-to-menu-items.tsx huhu 2026-05-19 22:20:43 +02:00
pending-compose-bridge.tsx bordel c'est beau 2026-06-11 10:10:39 +02:00
README.md refactoed and sidebar better 2026-05-20 18:22:36 +02:00
right-panel.tsx bordel c'est beau 2026-06-11 10:10:39 +02:00
sidebar.tsx refactoed and sidebar better 2026-05-20 18:22:36 +02:00
sync-status-bar.tsx feat(api): offline-first mail sync w/ TanStack Query 2026-05-23 00:04:28 +02:00

Composants Gmail — arborescence

Point dentrée publics (re-exports à la racine) :

Fichier racine Module réel
email-list.tsx email-list/
sidebar.tsx sidebar/
compose-modal.tsx compose/
compose-toolbar.tsx compose/
email-view.tsx email-view/ + lecture

Dossiers par fonctionnalité

components/gmail/
├── compose/           # Rédaction (fenêtre, manager, toolbar, destinataires)
├── email-list/        # Liste des messages
│   ├── hooks/         # data, labels, selection, reading
│   ├── attachments/
│   └── …
├── email-view/        # Lecture dun message
├── mail-search/       # Recherche avancée (desktop + mobile)
├── sidebar/           # Navigation latérale
├── contacts/          # Carnet dadresses
├── quick-settings/    # Réglages rapides
└── *.tsx              # Chrome global (header, search bar, swipe, …)

email-list/

  • email-list.tsx — orchestration (hooks → layout)
  • hooks/use-email-list-data.ts — filtrage, pagination, pull-refresh
  • hooks/use-email-list-labels.ts — libellés / déplacer
  • hooks/use-email-list-selection.ts — sélection, actions bulk
  • hooks/use-email-list-reading.ts — vue message, navigation clavier
  • email-list-layout.tsx — structure split / toolbars
  • email-list-body.tsx — zone scroll + lignes
  • email-list-toolbar.tsx — barre doutils
  • email-list-row.tsx — une ligne

sidebar/

  • sidebar.tsx — shell <aside>
  • use-sidebar-state.ts — état local + effets
  • sidebar-header.tsx — logo, compose, réglages
  • sidebar-nav-panel.tsx — nav principale, dossiers, libellés
  • sidebar-folder-row-expanded.tsx, sidebar-label-item-row.tsx, …

compose/

  • compose-window.tsx — UI fenêtre
  • use-compose-window.ts — éditeur TipTap, envoi, pièces jointes
  • compose-modal-manager.tsx — pile de fenêtres / sheet mobile
  • compose-recipients.tsx, compose-editor-chrome.tsx, compose-toolbar.tsx