diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 45594db7..6bb5cb6c 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -1589,7 +1589,19 @@ export function Inbox() { const canMarkAllRead = unreadIssueIds.length > 0; return (
-
+
+ {/* Search — full-width row on mobile, inline on desktop */} +
+ + setSearchQuery(e.target.value)} + className="h-8 w-full pl-8 text-xs" + /> +
+
navigate(`/inbox/${value}`)}>
-
+
setSearchQuery(e.target.value)} - className="h-8 w-[180px] pl-8 text-xs sm:w-[220px]" + className="h-8 w-[220px] pl-8 text-xs" />
@@ -1624,7 +1636,7 @@ export function Inbox() { type="button" variant="ghost" size="sm" - className="h-8 shrink-0 px-2 text-xs text-muted-foreground hover:text-foreground" + className="hidden h-8 shrink-0 px-2 text-xs text-muted-foreground hover:text-foreground sm:inline-flex" > Show / hide columns @@ -1708,6 +1720,7 @@ export function Inbox() { )}
+
{tab === "all" && (