From b4f371841327a707d0b808539cfbb1a3b8243cbd Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Sat, 4 Apr 2026 18:29:57 +0800 Subject: [PATCH] fix(dashboard): restore beautiful glassmorphism login UI lost during master branch merge --- .../views/authentication/auth/LoginPage.vue | 317 ++++++++++++------ .../authentication/authForms/AuthLogin.vue | 124 +++++-- 2 files changed, 312 insertions(+), 129 deletions(-) diff --git a/dashboard/src/views/authentication/auth/LoginPage.vue b/dashboard/src/views/authentication/auth/LoginPage.vue index b659eae27..2ed47d1a7 100644 --- a/dashboard/src/views/authentication/auth/LoginPage.vue +++ b/dashboard/src/views/authentication/auth/LoginPage.vue @@ -1,30 +1,80 @@