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
feat(custom-views): Add custom views to issue stream behind feature flag (#75883)
This PR releases the custom views feature into the issue stream under a
feature flag. Flagged users will also see the "Custom Search" button has
been removed from the issue stream in favor of custom views. The bulk of
this new component exists in `<CustomViewsIssueListHeader/>`, whose
parent component is in overview.tsx.
Several changes have also been made to the base draggable tab components
to iron out any compatibility issues that did not appear during sandbox
development.
Things that are still broken that I am actively working on:
* ~Tab Renaming is both ugly and broken (can't type in spaces)~ (#76247)
* Tab overflow logic does not exist at all
* QueryCounts do not work for any tabs with queries that do not match
queries of previous default tabs
* Some queries that are functionally the same but off by a space
register as different, thus triggering the "unsaved changes" state.
* Tabs do not animate in when added, nor do they animate out when
deleted
* No loading or failure state for tabs request
* ~Stories is busted as a result of all of the changes made to base tabs
components~ (deleted stories, this component is not, and was not meant
to be reusable)
0 commit comments