From d13ff84a209b7f9ee136386d80c9abf8e9c853ba Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Sun, 29 Mar 2026 16:11:58 +0800 Subject: [PATCH] feat(dashboard): add animated diamond background to login page --- dashboard/src/components/auth/DiamondBg.vue | 136 ++++++++++++++++++ .../views/authentication/auth/LoginPage.vue | 5 + 2 files changed, 141 insertions(+) create mode 100644 dashboard/src/components/auth/DiamondBg.vue diff --git a/dashboard/src/components/auth/DiamondBg.vue b/dashboard/src/components/auth/DiamondBg.vue new file mode 100644 index 000000000..aa0af47bf --- /dev/null +++ b/dashboard/src/components/auth/DiamondBg.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/dashboard/src/views/authentication/auth/LoginPage.vue b/dashboard/src/views/authentication/auth/LoginPage.vue index 095a16c14..1f4a6821b 100644 --- a/dashboard/src/views/authentication/auth/LoginPage.vue +++ b/dashboard/src/views/authentication/auth/LoginPage.vue @@ -1,6 +1,7 @@