From 88b37889face330d700c476a848014dcb895b6df Mon Sep 17 00:00:00 2001 From: Diego Imbert <70353967+diegoimbert@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:00:13 +0200 Subject: [PATCH] fix: replace worker tags to listen multiselect (#5997) * rename all multiselects to Legacy * move Select * Separate SelectDropdown * fix click outside for select with portal * multiselect v0 * multiselect clear btn * move filterText logic to SelectDropdown * ui nits * console.log * draggable * Draggable multiselect * multiselect search * nit refacto * autofocus multiselect input * Replace in AppMultiSelectV2 * search icon * app multi select nits * arginput update multiselect * fix autofocus scrolling up * replace High priority tags multiselect * autoscaling config editor multiselect replace * fix clear btn not in border * replace multiselect in cron input * replace multiselect in savedinputs * replace EventHandlerItem multiselect * select dropdown shadow * more multiselect migration * hover opacity on drag * TokensTable UI fixes + replace multiselect * ai settings replace multiselect * DefaultTags Multiselect replace * prevent multiselect from opening on drag * nit * app multiselect css + simplify * console log * safeSelectItems cleanup * Remove svelte-multiselect * clip when wrap not allowed * hide duplicate app components * CSS works better with multiselect in app editor * allowOverflow * allowClear * replace tags to listen to with a multiselect * fix custom createText messed up with search --- .../src/lib/components/TagsToListenTo.svelte | 100 +++--------------- 1 file changed, 17 insertions(+), 83 deletions(-) diff --git a/frontend/src/lib/components/TagsToListenTo.svelte b/frontend/src/lib/components/TagsToListenTo.svelte index d9744a6449..76c7fe15d6 100644 --- a/frontend/src/lib/components/TagsToListenTo.svelte +++ b/frontend/src/lib/components/TagsToListenTo.svelte @@ -1,11 +1,9 @@ -
- {#if worker_tags?.length === 0} -
No tags selected
- {/if} - - {#each worker_tags as tag} -
- {tag} - {#if $superadmin && !disabled} - - {/if} -
- {/each} -
- -{#if $superadmin} -
-