From b2948b54da16b410c1de4a36103962239ef31938 Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 12 Oct 2025 02:28:01 +0200 Subject: [PATCH] Library Change --- website/app/components/LibrarySelect.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/website/app/components/LibrarySelect.vue b/website/app/components/LibrarySelect.vue index 1969c54..13d65f8 100644 --- a/website/app/components/LibrarySelect.vue +++ b/website/app/components/LibrarySelect.vue @@ -5,7 +5,10 @@ icon="i-lucide-library-big" color="secondary" :items="libraries?.map((l) => l.key)" - class="w-xs"> + class="w-xs" + @change="onLibrarySelectChange" + :loading="loading" + >