From 8f1fe7337c67dfbf8481dce2bd77df1067ce8266 Mon Sep 17 00:00:00 2001
From: chengyongru <2755839590@qq.com>
Date: Tue, 16 Jun 2026 00:42:25 +0800
Subject: [PATCH] fix(webui): tighten automation toolbar layout
---
.../src/components/settings/SettingsView.tsx | 50 ++++++++++---------
webui/src/i18n/locales/en/common.json | 2 +-
webui/src/i18n/locales/es/common.json | 2 +-
webui/src/i18n/locales/fr/common.json | 2 +-
webui/src/i18n/locales/id/common.json | 2 +-
webui/src/i18n/locales/ja/common.json | 2 +-
webui/src/i18n/locales/ko/common.json | 2 +-
webui/src/i18n/locales/vi/common.json | 2 +-
webui/src/i18n/locales/zh-CN/common.json | 2 +-
webui/src/i18n/locales/zh-TW/common.json | 2 +-
10 files changed, 35 insertions(+), 33 deletions(-)
diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx
index 71c5b58b..b95b8d66 100644
--- a/webui/src/components/settings/SettingsView.tsx
+++ b/webui/src/components/settings/SettingsView.tsx
@@ -3477,42 +3477,44 @@ function AutomationsSettings({
return (
-
-
-
- {summaryOptions.map((option) => (
-
- ))}
+
+
+
+
+ {summaryOptions.map((option) => (
+
+ ))}
+
-
-
+
+
onQueryChange(event.target.value)}
- placeholder={tx("settings.automations.search", "Search automation, message, session, or cron expression")}
- className="h-9 rounded-[13px] border-border/45 bg-background/85 pl-9 text-[13px] shadow-sm"
+ placeholder={tx("settings.automations.search", "Search automations")}
+ className="h-9 w-full rounded-[13px] border-border/45 bg-background/85 pl-9 text-[13px] shadow-sm"
/>