From d681e25bccffaa0140428ae05bc73cd80bc64f65 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 8 Jan 2026 10:25:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20adjust=20spacing=20in?= =?UTF-8?q?=20the=20recording=20side=20panels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on @Arnaud’s feedback, adjust the spacing between the title, details section, and control buttons to make the layout feel more homogeneous. --- CHANGELOG.md | 1 + .../recording/components/ScreenRecordingSidePanel.tsx | 4 ++-- .../src/features/recording/components/TranscriptSidePanel.tsx | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76de79e..a121b0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to - 📈(frontend) track new recording's modes - ♿️(frontend) improve SR and focus for transcript and recording #810 +- 💄(frontend) adjust spacing in the recording side panels - 🚸(frontend) remove the default comma delimiter in humanized durations ### Fixed diff --git a/src/frontend/src/features/recording/components/ScreenRecordingSidePanel.tsx b/src/frontend/src/features/recording/components/ScreenRecordingSidePanel.tsx index be12d36b..0589106a 100644 --- a/src/frontend/src/features/recording/components/ScreenRecordingSidePanel.tsx +++ b/src/frontend/src/features/recording/components/ScreenRecordingSidePanel.tsx @@ -145,7 +145,7 @@ export const ScreenRecordingSidePanel = () => { }, })} /> - + {t('heading')} @@ -162,7 +162,7 @@ export const ScreenRecordingSidePanel = () => { )} - + {t('details.destination')} diff --git a/src/frontend/src/features/recording/components/TranscriptSidePanel.tsx b/src/frontend/src/features/recording/components/TranscriptSidePanel.tsx index d608ab9a..a19ce3aa 100644 --- a/src/frontend/src/features/recording/components/TranscriptSidePanel.tsx +++ b/src/frontend/src/features/recording/components/TranscriptSidePanel.tsx @@ -181,7 +181,7 @@ export const TranscriptSidePanel = () => { }, })} /> - + {t('heading')} @@ -198,7 +198,7 @@ export const TranscriptSidePanel = () => { )} - + {data?.transcription_destination ? (