From bf9f613e4d40ef803982039562c8adc5861e3d8f Mon Sep 17 00:00:00 2001 From: Zoe <62722391+juls0730@users.noreply.github.com> Date: Thu, 26 Feb 2026 14:51:47 -0600 Subject: [PATCH] feat: quick switcher --- app/components/Dialog/QuickSwitcher.vue | 175 ++++++++++++++++++++++++ app/components/Dialog/Settings.vue | 2 +- app/components/Dialog/Textbox.vue | 2 +- app/components/Dialog/index.vue | 20 ++- app/components/RowVirtualizerFixed.vue | 8 +- app/composables/useDialog.ts | 1 + 6 files changed, 201 insertions(+), 7 deletions(-) create mode 100644 app/components/Dialog/QuickSwitcher.vue diff --git a/app/components/Dialog/QuickSwitcher.vue b/app/components/Dialog/QuickSwitcher.vue new file mode 100644 index 0000000..aa8d58b --- /dev/null +++ b/app/components/Dialog/QuickSwitcher.vue @@ -0,0 +1,175 @@ + + + diff --git a/app/components/Dialog/Settings.vue b/app/components/Dialog/Settings.vue index 1c66e0e..d63eb29 100644 --- a/app/components/Dialog/Settings.vue +++ b/app/components/Dialog/Settings.vue @@ -70,7 +70,7 @@ const runtimePage = computed(() => {