From 4c78ea819f200856a5792cd573d4bd1e6c986242 Mon Sep 17 00:00:00 2001 From: Godopu Date: Tue, 25 Aug 2026 15:24:44 +0900 Subject: [PATCH] fix(console): fix sidebar active route highlight matching and apply primary color hover styling - Normalize route matching with cleanPath and cleanHref prefix comparison - Highlight all sub-routes (Research Projects, Research Areas, Members, etc.) correctly when active - Replace white hover effect with primary cobalt hover color (hover:bg-cobalt/10 hover:text-cobalt) - Verified with E2E test suite (Exit Code 0) --- refer_landing_page/app/console/layout.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/refer_landing_page/app/console/layout.tsx b/refer_landing_page/app/console/layout.tsx index b5e9434..525d196 100644 --- a/refer_landing_page/app/console/layout.tsx +++ b/refer_landing_page/app/console/layout.tsx @@ -103,17 +103,23 @@ export default function AdminLayout({ children }: { children: React.ReactNode })

Lab Data Management

-