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
ref(views): Delete editableTabTitle component and tests (#91750)
Renames any issue views components that included "Nav" in the signature.
This was done to differentiate the old tabs component for issue views
from the new navigation component for issue views. Now that the tabs are
removed and the navigation is the only surface area for issue views, we
can remove this distinction. Full list of changes:
* `<IssueViewNavItems/>` => `<IssueViews>`
* `type NavIssueView` => `type IssueView`
* `<IssueViewNavQueryCount/>` => `<IssueViewQueryCount/>`
* `<IssueViewNavItemContent/>` => `<IssueViewItem/>`
* Delete `<IssueViewNavEditableTitle/>` (I missed this in a PR to delete
old issue views components)
0 commit comments