From cde3a8c6042b001a0f397a4d316c3c2372dd74cc Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 11 Mar 2026 21:43:16 -0500 Subject: [PATCH] Move inbox read action beside tabs Co-Authored-By: Paperclip --- ui/src/pages/Inbox.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 9a22afbf..9abea715 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -545,36 +545,37 @@ export function Inbox() { return (
-
- navigate(`/inbox/${value}`)}> - - - +
+ navigate(`/inbox/${value}`)}> + + + {canMarkAllRead && ( )} +
- {tab === "all" && ( - <> + {tab === "all" && ( +
)} - - )} -
+
+ )}
{approvalsError &&

{approvalsError.message}

}