You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEV: Simplify CustomHeaderIcon view logic and improve maintainability
Refactor `shouldRender` and `isLastLink` logic by introducing a reusable
`shouldRenderViewMode` function and encapsulating mobile/desktop view
checks in dedicated sets. Extract `visibleLinks` computation into a
separate getter for clarity and reuse.
0 commit comments