diff --git a/web/src/components/AutomationBlueprints.tsx b/web/src/components/AutomationBlueprints.tsx
index 10d1270fa05..209c75e0682 100644
--- a/web/src/components/AutomationBlueprints.tsx
+++ b/web/src/components/AutomationBlueprints.tsx
@@ -149,8 +149,11 @@ function BlueprintCard({
) : null}
-
diff --git a/web/src/components/ToolsetConfigDrawer.tsx b/web/src/components/ToolsetConfigDrawer.tsx
index 792393c9285..a042a780ad5 100644
--- a/web/src/components/ToolsetConfigDrawer.tsx
+++ b/web/src/components/ToolsetConfigDrawer.tsx
@@ -309,7 +309,7 @@ export function ToolsetConfigDrawer({ toolset, profile, onClose, onChanged }: Pr
) : (
void handleSelectProvider(provider)}
disabled={selecting !== null}
@@ -376,7 +376,7 @@ export function ToolsetConfigDrawer({ toolset, profile, onClose, onChanged }: Pr
))}
void handleSaveKeys(provider)}
disabled={savingProvider !== null}
>
@@ -401,22 +401,28 @@ export function ToolsetConfigDrawer({ toolset, profile, onClose, onChanged }: Pr
. Runs on this host — may take a few minutes.
void handleRunPostSetup(provider)}
disabled={postSetupRunning}
+ prefix={
+ postSetupRunning &&
+ postSetupKey === provider.post_setup ? (
+
+ ) : (
+
+ )
+ }
>
{postSetupRunning &&
- postSetupKey === provider.post_setup ? (
- <>
-
- Installing…
- >
- ) : (
- <>
- Run setup
- >
- )}
+ postSetupKey === provider.post_setup
+ ? "Installing…"
+ : "Run setup"}
)}
diff --git a/web/src/pages/SessionsPage.tsx b/web/src/pages/SessionsPage.tsx
index c48d2453876..2d70c399af2 100644
--- a/web/src/pages/SessionsPage.tsx
+++ b/web/src/pages/SessionsPage.tsx
@@ -794,10 +794,9 @@ export default function SessionsPage() {
setPruneOpen(true)}
+ prefix={}
>
-
Prune old sessions
,
);
@@ -1491,8 +1490,8 @@ export default function SessionsPage() {
onClick={() => setDeleteEmptyOpen(true)}
aria-label={t.sessions.deleteEmpty}
title={t.sessions.deleteEmpty}
+ prefix={}
>
-
{t.sessions.deleteEmpty} ({emptyCount})
@@ -1565,8 +1564,8 @@ export default function SessionsPage() {
"{count}",
String(selectedIds.size),
)}
+ prefix={}
>
-
{t.sessions.deleteSelected.replace(
"{count}",
diff --git a/web/src/pages/SkillsPage.tsx b/web/src/pages/SkillsPage.tsx
index e8f764d8e86..cb6beef22fa 100644
--- a/web/src/pages/SkillsPage.tsx
+++ b/web/src/pages/SkillsPage.tsx
@@ -493,9 +493,8 @@ export default function SkillsPage() {
.replace("{s}", activeSkills.length !== 1 ? "s" : "")}
}
>
@@ -594,11 +593,11 @@ export default function SkillsPage() {
)}
setConfigToolset(ts)}
+ prefix={}
>
-
Configure