From 6522b39ce846c46976a27d7bbc5f0715095b4e92 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 11 Feb 2026 21:30:19 +0900 Subject: [PATCH] Update README and enhance UpdateDialog accessibility - Updated the README to use a higher resolution icon for better visibility. - Improved the UpdateDialog component by adding a backdrop button for dismissing the dialog and enhancing accessibility with ARIA attributes. --- README.md | 2 +- .../components/common/UpdateDialog.tsx | 18 ++++++++++++------ .../settings/sections/AdvancedSection.tsx | 4 +++- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 11049db1..92716998 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Claude Code Context + Claude Code Context

Claude Code Context

diff --git a/src/renderer/components/common/UpdateDialog.tsx b/src/renderer/components/common/UpdateDialog.tsx index 73ac3d9a..16e5fd70 100644 --- a/src/renderer/components/common/UpdateDialog.tsx +++ b/src/renderer/components/common/UpdateDialog.tsx @@ -17,18 +17,24 @@ export const UpdateDialog = (): React.JSX.Element | null => { if (!showUpdateDialog) return null; return ( -
+
+ {/* Backdrop */} +