From fe662874df9546d7c87f43a6a11a243590004f97 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 5 Sep 2026 16:17:29 +0300 Subject: [PATCH] fix(ui): show changelog groups as labels in the update dialog Release notes now carry New, Improvements, Fixes, and Misc headings. Inside the update dialog they render as small uppercase labels over their lists instead of full-size document headings. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH --- packages/ui/src/components/ui/UpdateDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/ui/UpdateDialog.tsx b/packages/ui/src/components/ui/UpdateDialog.tsx index 02cf4545..bc21e211 100644 --- a/packages/ui/src/components/ui/UpdateDialog.tsx +++ b/packages/ui/src/components/ui/UpdateDialog.tsx @@ -366,7 +366,7 @@ export const UpdateDialog: React.FC = ({ > {changelog.kind === 'raw' ? (
{ const target = e.target as HTMLElement; const a = target.closest('a'); @@ -392,7 +392,7 @@ export const UpdateDialog: React.FC = ({
{ const target = e.target as HTMLElement; const a = target.closest('a');