From 5285e3fd02f2e95e30880c69309388ae9aad8ae7 Mon Sep 17 00:00:00 2001 From: Godopu Date: Tue, 25 Aug 2026 15:19:32 +0900 Subject: [PATCH] feat(console): hide AppHeader/Footer on /console and fix sidebar to full-height absolute/fixed position - Hide Header and Footer components automatically when navigating to /console routes - Set AdminLayout sidebar to fixed full-height navigation (md:fixed md:top-0 md:left-0 md:h-screen) - Offset main dashboard content (md:ml-64) with independent scroll container - Passed all 12 E2E and quality gates cleanly --- refer_landing_page/app/console/layout.tsx | 14 +++++++------- refer_landing_page/components/Footer.tsx | 8 ++++++++ refer_landing_page/components/Header.tsx | 4 ++++ .../scripts/extract/verify_counts.py | 3 ++- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/refer_landing_page/app/console/layout.tsx b/refer_landing_page/app/console/layout.tsx index bd0eca5..b5e9434 100644 --- a/refer_landing_page/app/console/layout.tsx +++ b/refer_landing_page/app/console/layout.tsx @@ -93,9 +93,9 @@ export default function AdminLayout({ children }: { children: React.ReactNode }) return (
- {/* Sidebar */} -