From cf256d5840e8ff06839cc6f1025dcd5528a494d6 Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Fri, 8 May 2026 14:32:43 +0800 Subject: [PATCH] fix(timeline): make Show older / Show newer affordances clearly clickable (MUL-1858) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pre-fix top "Show older" was a bare -
+
)}
@@ -1084,29 +1086,33 @@ export function IssueDetail({ issueId, onDelete, onDone, defaultSidebarOpen = tr })}
{(hasMoreNewer || !isAtLatest) && ( -
+
{hasMoreNewer && ( - + )} {!isAtLatest && ( - + )}
)}