From 405f698749915d48f9f64be35f5aa7896bb73bad Mon Sep 17 00:00:00 2001 From: VolgaIgor <43250768+VolgaIgor@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:01:54 +0300 Subject: [PATCH] Placeholder of search field moved to localization file --- locales/en.yml | 1 + src/modules/command-palette/command-palette.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index d03d80d3..412b8fd9 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -57,6 +57,7 @@ toolCard: new: New search: label: Search + placeholder: Type to search a tool or a command... tools: categories: favorite-tools: 'Your favorite tools' diff --git a/src/modules/command-palette/command-palette.vue b/src/modules/command-palette/command-palette.vue index bceef5cd..eafa2d68 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) { - +