fix: resolve context menu submenu and move-to-folder issues (#19)

This commit is contained in:
Matthieu MALVACHE
2026-03-02 09:10:03 +01:00
committed by Matthieu MALVACHE
parent 92620fb790
commit 58b9b70871
8 changed files with 216 additions and 182 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 1.1.2 (2026-03-02)
### Fixes
- **Context menu**: Fix "Move to folder" submenu closing when scrolling the folder list or moving the mouse to the submenu (#19)
- **Move to folder**: Fix emails not actually moving on the server — JMAP response errors were silently ignored and shared account IDs were not resolved correctly
- **Dependencies**: Update tailwindcss, lucide-react, @tanstack/react-virtual, @typescript-eslint/*, globals, @types/node
## 1.1.1 (2026-02-28)
### Fixes