From bbbbcf9b6e5fa69d565ab672391da615c966476c Mon Sep 17 00:00:00 2001 From: Bohan Jiang <52446949+Bohan-J@users.noreply.github.com> Date: Fri, 8 May 2026 14:59:01 +0800 Subject: [PATCH] fix(timeline): make Show older / Show newer affordances clearly clickable (MUL-1858) (#2257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pre-fix top "Show older" was a bare -
+
)}
@@ -1087,29 +1089,33 @@ export function IssueDetail({ issueId, onDelete, onDone, defaultSidebarOpen = tr })}
{(hasMoreNewer || !isAtLatest) && ( -
+
{hasMoreNewer && ( - + )} {!isAtLatest && ( - + )}
)}