From 708a4abba704d0ed516fb0040f1cedc21e6076a4 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Wed, 13 May 2026 03:10:20 +0530 Subject: [PATCH] refactor: add responsive mobile menu navigation --- src/routes/dashboard.tsx | 957 ++++++++++++++++++++------------------- 1 file changed, 494 insertions(+), 463 deletions(-) diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index 0c21d9e..6c75a12 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -63,524 +63,555 @@ export const Layout = (props: { title: string; children: Child; isUnlocked?: boo export const Dashboard = (props: { isUnlocked: boolean }) => ( -