Tags: meursyphus/ssgoi
Tags
feat: Add active path highlighting to header navigation (#134) * feat: Add active path highlighting to header navigation Implemented visual indication for the current active route in the documentation header navigation. The active navigation item now displays in orange color to improve user orientation. - Added usePathname hook to detect current route - Created isActive helper function to compare paths - Applied conditional styling based on active state - Handles language prefix in path comparison Resolves: SSG-105 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * adf --------- Co-authored-by: Claude <[email protected]>