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
revert: move back/forward, show-in-tree, search buttons to mainNavBar
User feedback indicated the old position (top-right of the sidebar nav)
was better than the relocated positions inside the central control bar
and the sidebar project-files-header. Restore the four divs in
#mainNavBarRight with their original sprite-icon classes, drop the CCB
.ccb-group-nav block and the sidebar-hover #show-in-file-tree button,
and prune the CSS overrides that were added to host the buttons in the
CCB. NavigationProvider wiring is unchanged — it still attaches to
these IDs.
Tests:
- Move #showInfileTree and #searchNav click-dispatch tests to the
NavigationAndHistory integ suite.
- Add a scroll-to-selected test in SidebarTabs-integ-test for
handleShowInTree's post-showInTree ViewUtils.scrollElementIntoView
(previously uncovered).
- Drop the obsolete CCB-side button tests.
0 commit comments