-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(issues): Remove all views welcome banner UI #107909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
scttcper
merged 1 commit into
master
from
scttcper/feat-issues-remove-all-views-banner-frontend
Feb 10, 2026
Merged
chore(issues): Remove all views welcome banner UI #107909
scttcper
merged 1 commit into
master
from
scttcper/feat-issues-remove-all-views-banner-frontend
Feb 10, 2026
+0
−184
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove the All Views welcome banner from the issue views list and clean up its analytics wiring and related test mock setup. Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
scttcper
commented
Feb 10, 2026
Comment on lines
-507
to
-518
| 'issue_views.add_view.custom_query_saved': | ||
| 'Issue Views: Custom Query Saved From Add View', | ||
| 'issue_views.add_view.saved_search_saved': 'Issue Views: Saved Search Saved', | ||
| 'issue_views.add_view.all_saved_searches_saved': | ||
| 'Issue Views: All Saved Searches Saved', | ||
| 'issue_views.add_view.recommended_view_saved': 'Issue Views: Recommended View Saved', | ||
| 'issue_views.add_view.banner_dismissed': 'Issue Views: Add View Banner Dismissed', | ||
| 'issue_views.all_views.banner_dismissed': 'Issue Views: All Views Banner Dismissed', | ||
| 'issue_views.shared_view_opened': 'Issue Views: Shared View Opened', | ||
| 'issue_views.temp_view_discarded': 'Issue Views: Temporary View Discarded', | ||
| 'issue_views.temp_view_saved': 'Issue Views: Temporary View Saved', | ||
| 'issue_views.page_filters_logged': 'Issue Views: Page Filters Logged', |
Member
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just did a quick audit to see what was used and found a few unused
roggenkemper
approved these changes
Feb 10, 2026
malwilley
approved these changes
Feb 10, 2026
scttcper
added a commit
that referenced
this pull request
Feb 10, 2026
backend change for #107909 removing the welcome banner --------- Co-authored-by: Cursor <cursoragent@cursor.com>
NicoHinderling
pushed a commit
that referenced
this pull request
Feb 10, 2026
Remove the All Views welcome banner from the issue views list and clean up its analytics wiring and related test mock setup. <img width="947" height="326" alt="Screenshot 2026-02-09 at 4 03 30 PM" src="https://github.com/user-attachments/assets/dd91098e-c9f7-4520-bac8-faf6a1e6f3c6" /> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove the All Views welcome banner from the issue views list and clean up its analytics wiring and related test mock setup.
