From 70143748374d7b46e858e89fac59e6b589958512 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 3 Aug 2026 08:00:58 +0000 Subject: [PATCH] Restyle Apply & Restart confirm dialog actions Center nearly full-width Cancel and Apply buttons and move the don't-show-again checkbox below them for a clearer decision layout. Co-authored-by: Serhii Dziupin --- .../views/OpenCodeReloadFooterAction.tsx | 41 ++++++++++--------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/packages/ui/src/components/views/OpenCodeReloadFooterAction.tsx b/packages/ui/src/components/views/OpenCodeReloadFooterAction.tsx index 042df3c7..844264e5 100644 --- a/packages/ui/src/components/views/OpenCodeReloadFooterAction.tsx +++ b/packages/ui/src/components/views/OpenCodeReloadFooterAction.tsx @@ -115,7 +115,7 @@ export const OpenCodeReloadFooterAction: React.FC - {hasPending && ( + {hasPending ? ( {pendingCount} + ) : ( + )} - {label} @@ -146,11 +147,27 @@ export const OpenCodeReloadFooterAction: React.FC - + +
+ + +
-
- - -