mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-24 00:01:14 +00:00
New features: - Keyboard shortcuts (j/k navigation, r/R/f for reply/forward, s star, e archive, # delete) - Drag-and-drop emails to mailbox folders with multi-select support - Right-click context menus on email list items with all actions - Mobile-responsive adaptive layout with hamburger menu navigation New files: - hooks/use-keyboard-shortcuts.ts - Global keyboard shortcut handling - hooks/use-email-drag.ts, hooks/use-mailbox-drop.ts - Native HTML5 DnD API - hooks/use-context-menu.ts, components/ui/context-menu.tsx - Context menu system - hooks/use-media-query.ts, stores/ui-store.ts - Responsive breakpoint handling - components/layout/mobile-header.tsx - Mobile navigation header - contexts/drag-drop-context.tsx - Drag-drop state management - components/keyboard-shortcuts-modal.tsx - Help modal (? key) - components/email/email-context-menu.tsx - Email-specific context menu Updated TODO.md with completed tasks and code audit summary