From 891c313d5926c55e054e6a2ba8d2ba6691001d75 Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:17:47 -0500 Subject: [PATCH] Panel CSS Fix and Account Path Update --- src/app/(panels)/layout.tsx | 9 ++- .../suite/doctor}/account/page.jsx | 8 +-- .../(panels)/suite/doctor/dashboard/page.tsx | 6 +- src/app/(panels)/suite/doctor/layout.tsx | 2 +- .../(panels)/suite/patient/dashboard/page.tsx | 18 ++++++ src/app/(panels)/suite/patient/layout.tsx | 19 +++++- src/components/panel-ui/doctor/app-navbar.tsx | 6 +- .../panel-ui/doctor/app-sidebar.tsx | 12 ++-- .../panel-ui/patient/app-navbar.tsx | 58 +++++++++++++++++++ .../panel-ui/patient/app-sidebar.tsx | 52 +++++++++++++++++ 10 files changed, 168 insertions(+), 22 deletions(-) rename src/app/{(web) => (panels)/suite/doctor}/account/page.jsx (94%) create mode 100644 src/app/(panels)/suite/patient/dashboard/page.tsx create mode 100644 src/components/panel-ui/patient/app-navbar.tsx create mode 100644 src/components/panel-ui/patient/app-sidebar.tsx diff --git a/src/app/(panels)/layout.tsx b/src/app/(panels)/layout.tsx index 9c75548..fbeeb21 100644 --- a/src/app/(panels)/layout.tsx +++ b/src/app/(panels)/layout.tsx @@ -1,6 +1,7 @@ "use client" import { ThemeProvider } from '@/components/theme-provider'; +import { ClerkProvider } from '@clerk/nextjs'; import '../globals.css' @@ -12,9 +13,11 @@ export default function RootLayout({ return (
-This is some placeholder content for Card {i + 1}.
+This is some placeholder content for Card {i + 1}.
This is some placeholder content for Card {i + 1}.
+