diff --git a/openless-all/app/src/components/FloatingShell.tsx b/openless-all/app/src/components/FloatingShell.tsx index 5537bfc2..1d9f2fe3 100644 --- a/openless-all/app/src/components/FloatingShell.tsx +++ b/openless-all/app/src/components/FloatingShell.tsx @@ -260,6 +260,14 @@ function FloatingShellBody({ os, initialTab, initialSettings }: { os: OS; initia 两列内部各自的 overflow:auto 才能独立滚动 */} -
+
{loading &&
{t('common.loading')}
} {!loading && filtered.length === 0 && (
@@ -164,7 +164,7 @@ export function History() {
- + {item ? ( <>
diff --git a/openless-all/app/src/pages/Overview.tsx b/openless-all/app/src/pages/Overview.tsx index 32ac32f0..98794751 100644 --- a/openless-all/app/src/pages/Overview.tsx +++ b/openless-all/app/src/pages/Overview.tsx @@ -94,8 +94,11 @@ export function Overview({ onOpenHistory }: OverviewProps) {
-
- + {/* 底部一行 = flex:1 撑满剩余高度(父 wrapper 是 display:flex/column)。 + 只有「最近识别」内部允许滚动;其他卡片按内容自然高度,不破裂底部圆角。 + issue #243 follow-up:去掉外层 overflow 后底部圆角被裁的视觉问题。 */} +
+
{t('overview.weekTitle')} {t('overview.weekUnit')} @@ -106,12 +109,12 @@ export function Overview({ onOpenHistory }: OverviewProps) {
- -
+ +
{t('overview.recentTitle')} {t('overview.recentAll')}
-
+
{history.length === 0 && (
{t('overview.recentEmpty', { trigger: getHotkeyTriggerLabel(hotkey?.trigger) })} diff --git a/openless-all/app/src/pages/Settings.tsx b/openless-all/app/src/pages/Settings.tsx index 9ad3caeb..88cf7d0a 100644 --- a/openless-all/app/src/pages/Settings.tsx +++ b/openless-all/app/src/pages/Settings.tsx @@ -115,6 +115,7 @@ export function Settings({ embedded = false, initialSection = 'recording' }: Set ))}