From 5decf9939b1fb060fa6be6a9ece7188a8cc0f9be Mon Sep 17 00:00:00 2001 From: Zoe <62722391+juls0730@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:21:00 -0600 Subject: [PATCH] feat: improve auth pages --- app/components/Dialog/QuickSwitcher.vue | 6 +- app/components/Sidenav/index.vue | 2 +- app/components/ThemeSwitcher.vue | 13 ++- app/layouts/auth.vue | 21 ++++- app/pages/auth/login.vue | 77 ++++++++++++++---- app/pages/auth/register.vue | 104 ++++++++++++++++++------ nuxt.config.ts | 6 ++ 7 files changed, 179 insertions(+), 50 deletions(-) diff --git a/app/components/Dialog/QuickSwitcher.vue b/app/components/Dialog/QuickSwitcher.vue index aa8d58b..ec354f5 100644 --- a/app/components/Dialog/QuickSwitcher.vue +++ b/app/components/Dialog/QuickSwitcher.vue @@ -135,7 +135,7 @@ onMounted(() => { inputRef.value?.focus(); });