From 90f2c61c3cd29238e9710ff7d0672b8f34e54492 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 28 Apr 2025 19:12:02 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/page.tsx | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index cd4d3405..0aad9307 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -784,13 +784,7 @@ export default function CourrierPage() { {/* Accounts Section */}
- + Accounts
{account.name} {account.id !== 'loading-account' && ( - - - - - - { e.stopPropagation(); setAccountToEdit(account); setShowEditModal(true); }}>Edit - { e.stopPropagation(); setAccountToDelete(account); setShowDeleteDialog(true); }}>Delete - - + )}
{/* Show folders for any expanded account */}