From 6eb17d464be0e6eca389c2a14e9906b5ff653f10 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Tue, 15 Jul 2025 14:40:14 -0500 Subject: [PATCH 1/4] use multi select --- .../{MultiSelect.svelte => Select.svelte} | 211 +++++++++++++----- src/lib/helpers/types/conversationTypes.js | 2 + src/lib/scss/app.scss | 2 +- .../{_multiselect.scss => _select.scss} | 18 ++ src/routes/page/agent/+page.svelte | 12 +- src/routes/page/conversation/+page.svelte | 85 ++++--- .../instruction-llm.svelte | 53 +++-- .../instruction-template.svelte | 53 +++-- src/routes/page/instruction/log/+page.svelte | 110 +++++---- .../page/instruction/testing/+page.svelte | 7 +- 10 files changed, 373 insertions(+), 180 deletions(-) rename src/lib/common/{MultiSelect.svelte => Select.svelte} (63%) rename src/lib/scss/custom/components/{_multiselect.scss => _select.scss} (82%) diff --git a/src/lib/common/MultiSelect.svelte b/src/lib/common/Select.svelte similarity index 63% rename from src/lib/common/MultiSelect.svelte rename to src/lib/common/Select.svelte index 9e915c11..1aea0ee4 100644 --- a/src/lib/common/MultiSelect.svelte +++ b/src/lib/common/Select.svelte @@ -1,5 +1,5 @@ @@ -277,22 +342,24 @@ > - + {#if showOptionList}