fix: IMAP hierarchical folder sync, deduplication, folder tree display, resizable panel

This commit is contained in:
Agent Zero
2026-07-15 15:59:04 +02:00
parent e0975f4044
commit 57b6df5357
5 changed files with 146 additions and 70 deletions
+3 -3
View File
@@ -442,7 +442,7 @@ export function MailPage() {
initialWidth={224}
minWidth={150}
maxWidth={400}
className="border-r border-secondary-200 overflow-y-auto bg-white"
className="border-r border-secondary-200 bg-white"
data-testid="mail-folder-pane"
>
<div className="p-3">
@@ -461,7 +461,7 @@ export function MailPage() {
initialWidth={320}
minWidth={200}
maxWidth={500}
className="border-r border-secondary-200 overflow-y-auto bg-white"
className="border-r border-secondary-200 bg-white"
data-testid="mail-list-pane"
>
<MailList
@@ -479,7 +479,7 @@ export function MailPage() {
{/* Reading pane — flex-1, not resizable */}
<ResizablePanel
resizable={false}
className="overflow-y-auto bg-white"
className="bg-white"
data-testid="mail-detail-pane"
>
<MailDetail