diff --git a/src/i18n/locales/en/marketplace.json b/src/i18n/locales/en/marketplace.json index 17ae20078a..a8ffcaa8f6 100644 --- a/src/i18n/locales/en/marketplace.json +++ b/src/i18n/locales/en/marketplace.json @@ -46,7 +46,6 @@ }, "title": "Marketplace" }, - "done": "Done", "tabs": { "installed": "Installed", "browse": "Browse", diff --git a/webview-ui/src/components/history/HistoryView.tsx b/webview-ui/src/components/history/HistoryView.tsx index 6a8a7686d6..d08041eda0 100644 --- a/webview-ui/src/components/history/HistoryView.tsx +++ b/webview-ui/src/components/history/HistoryView.tsx @@ -84,16 +84,13 @@ const HistoryView = ({ onDone }: HistoryViewProps) => {
- - - +

{t("history:history")}

- - - +

{t("marketplace:title")}

diff --git a/webview-ui/src/components/settings/SettingsSearchInput.tsx b/webview-ui/src/components/settings/SettingsSearchInput.tsx index ed30c362a8..8ed20fb497 100644 --- a/webview-ui/src/components/settings/SettingsSearchInput.tsx +++ b/webview-ui/src/components/settings/SettingsSearchInput.tsx @@ -38,17 +38,17 @@ export function SettingsSearchInput({ onKeyDown={onKeyDown} placeholder={t("settings:search.placeholder")} className={cn( - "pl-6 w-[0px] border-none focus:border-vscode-input-border focus:pl-8 focus:min-w-[110px] focus:w-full", - value && "pr-4 pl-8 min-w-[108px]", + "pl-6 focus:pl-8 w-[0px] border-none focus:border-vscode-input-border focus:min-w-[90px] focus:w-full", + value && "pl-8 pr-8 min-w-[50px] w-full", )} /> {value && ( )}
diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx index ded37de756..a47443757d 100644 --- a/webview-ui/src/components/settings/SettingsView.tsx +++ b/webview-ui/src/components/settings/SettingsView.tsx @@ -671,7 +671,7 @@ const SettingsView = forwardRef(({ onDone, t return ( -
+