From 1474202a25164df517cfb7170f3c75eae14eca6b Mon Sep 17 00:00:00 2001 From: dzinesco Date: Tue, 15 Jul 2025 08:48:10 -0600 Subject: [PATCH] feat: enhance admin dashboard with glassmorphism design system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated central container with semi-transparent glass effects - Added subtle inner glow with gradient overlay - Enhanced quick action buttons with hover animations and blue-purple highlights - Improved recent activity cards with glassmorphism styling - Updated modal styling with deeper shadows and glass effects - Added smooth transitions and scaling animations throughout - Maintained excellent text legibility with white text on dark backgrounds - Harmonized visual design with deep purple gradient theme 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/pages/admin/dashboard.astro | 46 ++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/src/pages/admin/dashboard.astro b/src/pages/admin/dashboard.astro index 13480ac..fef48b2 100644 --- a/src/pages/admin/dashboard.astro +++ b/src/pages/admin/dashboard.astro @@ -158,7 +158,10 @@ const auth = { -
+
+ +
+

Platform Overview

@@ -179,34 +182,34 @@ const auth = {
@@ -268,6 +271,7 @@ const auth = {
+ @@ -471,16 +475,16 @@ const auth = { const activities = await adminApi.getRecentActivity(); const activityHtml = activities.length > 0 ? activities.map(activity => ` -
+
${activity.icon}

${activity.title}

-

${activity.subtitle}

-

${activity.time.toLocaleString()}

+

${activity.subtitle}

+

${activity.time.toLocaleString()}

`).join('') : ` -
+
📊

No recent activity

Activity will appear here as users interact with the platform

@@ -556,9 +560,9 @@ const auth = {
-