fix(settings): prevent double-highlight on Advanced Settings nav item #454
Reference in New Issue
Block a user
Delete Branch "fix/advanced-settings-nav-highlight"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When visiting Advanced Settings, both "Repository" and "Advanced Settings" nav items were highlighted because
SettingsCtxDatamiddleware setsPageIsSettingsOptions=truefor all settings routes.Fix: override
PageIsSettingsOptions=falsein the advanced handler.?? Generated with Claude Code