From 24c9131f80377a74543e0ed1a4a6d2fc470225d6 Mon Sep 17 00:00:00 2001 From: steffenrapp <88974099+steffenrapp@users.noreply.github.com> Date: Sat, 21 Sep 2024 09:40:54 +0000 Subject: [PATCH] search --- locales/de.yml | 1 + locales/en.yml | 1 + src/modules/command-palette/command-palette.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/de.yml b/locales/de.yml index 5c65e18e..3efc2303 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -78,6 +78,7 @@ toolCard: new: Neu search: label: Suche + placeholder: Tippe, um ein Tool oder einen Befehl zu suchen... textareaCopyable: copy: In die Zwischenablage kopieren copied: Kopiert! diff --git a/locales/en.yml b/locales/en.yml index 5cbc8c90..157ea2a3 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -72,6 +72,7 @@ toolCard: new: New search: label: Search + placeholder: Type to search a tool or a command... textareaCopyable: copy: Copy to clipboard copied: Copied! diff --git a/src/modules/command-palette/command-palette.vue b/src/modules/command-palette/command-palette.vue index bceef5cd..b62d3a53 100644 --- a/src/modules/command-palette/command-palette.vue +++ b/src/modules/command-palette/command-palette.vue @@ -125,7 +125,7 @@ function activateOption(option: PaletteOption) { - +