+
{modelLabel && !voiceRecorder.isRecording ? (
-
+
{displayName}
@@ -2396,7 +2401,7 @@ function SlashCommandPalette({
>
-
+
{title}
@@ -2404,7 +2409,7 @@ function SlashCommandPalette({
{command.detail || description}
-
+
{command.badge || command.recent ? (
{command.badge ?? t("thread.composer.slash.badges.recent")}
@@ -2486,7 +2491,7 @@ function AttachmentChip({
) : null}
-
+
{image.file.name}
diff --git a/webui/src/components/thread/ThreadShell.tsx b/webui/src/components/thread/ThreadShell.tsx
index 113f660a..f9ca7be8 100644
--- a/webui/src/components/thread/ThreadShell.tsx
+++ b/webui/src/components/thread/ThreadShell.tsx
@@ -725,7 +725,7 @@ export function ThreadShell({
) : (
-
+
{t(heroGreetingKey)}
diff --git a/webui/src/components/thread/ThreadViewport.tsx b/webui/src/components/thread/ThreadViewport.tsx
index 55df4ecb..e779e1bc 100644
--- a/webui/src/components/thread/ThreadViewport.tsx
+++ b/webui/src/components/thread/ThreadViewport.tsx
@@ -335,7 +335,7 @@ export const ThreadViewport = forwardRef
{hasMessages ? (
-
+
) : (
-
-
-
-
+
+
+
+
{emptyState}
{composer}
diff --git a/webui/src/components/thread/WorkspaceControls.tsx b/webui/src/components/thread/WorkspaceControls.tsx
index 8c80ac24..7fef4755 100644
--- a/webui/src/components/thread/WorkspaceControls.tsx
+++ b/webui/src/components/thread/WorkspaceControls.tsx
@@ -106,7 +106,7 @@ export function WorkspaceProjectPicker({
if (nativeProjectPicker) {
return (
-
+
{pathError || error ? (
-
+
{pathError ?? error}
) : null}
@@ -133,7 +133,7 @@ export function WorkspaceProjectPicker({
}
return (
-