From a2891e0461729009d405ff09f09220f5f0e8b213 Mon Sep 17 00:00:00 2001 From: Zoe <62722391+juls0730@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:20:27 -0600 Subject: [PATCH] fix: missing transitions to useDialog --- app/components/Dialog/QuickSwitcher.vue | 2 +- app/components/Sidenav/Header.vue | 5 ++--- app/composables/useSettings.ts | 14 +------------- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/app/components/Dialog/QuickSwitcher.vue b/app/components/Dialog/QuickSwitcher.vue index ec354f5..e9bf12e 100644 --- a/app/components/Dialog/QuickSwitcher.vue +++ b/app/components/Dialog/QuickSwitcher.vue @@ -117,7 +117,7 @@ onMounted(() => { inputRef.value?.focus(); });