From da0d79f0db873c08fab3bc85023167e174d18b0e Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 19 Jan 2026 14:17:32 +0800 Subject: chore(ui): refactor workspace to monorepo --- ui/src/components/CustomSelect.svelte | 173 ---------------------------------- 1 file changed, 173 deletions(-) delete mode 100644 ui/src/components/CustomSelect.svelte (limited to 'ui/src/components/CustomSelect.svelte') diff --git a/ui/src/components/CustomSelect.svelte b/ui/src/components/CustomSelect.svelte deleted file mode 100644 index 0767471..0000000 --- a/ui/src/components/CustomSelect.svelte +++ /dev/null @@ -1,173 +0,0 @@ - - -
- - - - - {#if isOpen} -
- {#if allowCustom} -
-
- e.key === 'Enter' && handleCustomSubmit()} - onclick={(e) => e.stopPropagation()} - /> - -
-
- {/if} - - {#each options as option} - - {/each} -
- {/if} -
-- cgit v1.2.3-70-g09d2