From a82423469c40613309bf322774e0302caebc5da3 Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 27 Apr 2025 22:04:50 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/page.tsx | 48 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 21c71b7f..f917621f 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -977,9 +977,51 @@ export default function CourrierPage() { {/* Panel 2: Email List - Always visible */}
- {/* Header with simple title */} -
-

{currentFolder}

+ {/* Header without search bar or profile */} +
+ + +
+

{currentFolder}

+
+ +
+ {selectedEmailIds.length > 0 && ( +
+ + + +
+ )} +
{/* Email List - Always visible */}