From f8b6300e2610926a54eae6621cff54110789bbd6 Mon Sep 17 00:00:00 2001 From: RainbowBird Date: Wed, 14 Jan 2026 14:11:35 +0800 Subject: [PATCH] feat(stage-ui, stage-web): add loading state for authing --- apps/stage-web/src/pages/auth/login.vue | 16 ++++++++++++++-- .../stage-ui/src/components/auth/LoginDrawer.vue | 14 ++++++++++++-- packages/stage-ui/src/libs/auth.ts | 15 +++++++++++---- packages/stage-ui/src/stores/auth.ts | 2 ++ 4 files changed, 39 insertions(+), 8 deletions(-) diff --git a/apps/stage-web/src/pages/auth/login.vue b/apps/stage-web/src/pages/auth/login.vue index 82ad9ae75..8bf69b67c 100644 --- a/apps/stage-web/src/pages/auth/login.vue +++ b/apps/stage-web/src/pages/auth/login.vue @@ -1,13 +1,17 @@