From 33c6d093ab95d5b9131d13fae1a54a76478f6b35 Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 11 Mar 2026 20:37:42 -0500 Subject: [PATCH] Adjust inbox issue rows on mobile Co-Authored-By: Paperclip --- ui/src/pages/Inbox.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 97a191f5..ec818c0a 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -842,15 +842,18 @@ export function Inbox() { )} - + - + {issue.identifier ?? issue.id.slice(0, 8)} {issue.title} + + {issue.identifier ?? issue.id.slice(0, 8)} + {issue.lastExternalCommentAt