From 8a3141e7930c63f5e9616b6f546a42c824d44316 Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Sun, 30 Nov 2025 13:18:03 +0100 Subject: [PATCH] feat: Add cluster page navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add EPYC Cluster card to landing page (first position, purple/pink gradient) - Add back button to cluster page (animated left arrow, links to dashboard) - Update landing page grid layout (lg:grid-cols-3 xl:grid-cols-4 for 7 cards) - Complete bidirectional navigation: dashboard ↔ cluster monitoring Navigation features: - Cluster card: 🖥️ icon, "Monitor distributed parameter exploration" description - Back button: Animated hover effect (arrow slides left, color transitions) - Responsive grid: 2 cols (mobile), 3 cols (tablet), 4 cols (desktop) - Consistent styling with existing navigation cards --- app/cluster/page.tsx | 11 +++++++++++ app/page.tsx | 29 ++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/app/cluster/page.tsx b/app/cluster/page.tsx index 5f1a5ac..b18fac0 100644 --- a/app/cluster/page.tsx +++ b/app/cluster/page.tsx @@ -113,6 +113,17 @@ export default function ClusterPage() { return (
+ {/* Back Button */} + + + + + Back to Dashboard + +

🖥️ EPYC Cluster Status