Reduce blue dot persistence in the browser menu after a download - #9806
Merged
Merged
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
Opening a downloaded file from the completion snackbar, the system notification, or the notification swipe-to-dismiss now acknowledges the download, clearing the Downloads row dot without requiring a visit to the Downloads screen. Opening a file routes through a new trampoline activity so the acknowledgement lands regardless of entry point.
Adds a DownloadMenuHighlightPlugin that raises the overflow menu icon dot on every new download and clears it as soon as the browser menu is viewed, independently of the Downloads row dot. The seen state is persisted so it survives process death, and is re-armed by each new download rather than staying suppressed for the rest of the session. Custom tabs are excluded, since they have no Downloads row to explain the dot.
GerardPaligot
force-pushed
the
feature/gerard/improve-blue-dot
branch
from
September 17, 2026 13:05
56394dc to
703162d
Compare
anikiki
approved these changes
Sep 23, 2026
anikiki
left a comment
Contributor
There was a problem hiding this comment.
Looks good and works as expected! 🎉
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
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.
Task/Issue URL: https://app.asana.com/1/137249556945/project/1211850753229323/task/1218178369178147?focus=true
Tech Design URL (if applicable): None
API Proposals URL(s) (if applicable): None
Description
Clears the blue dot on the browser overflow menu icon as soon as the menu is opened, and clears the dot on the Downloads menu item when the user acts on the download from the system notification or the download snackbar, not only from the Downloads screen.
Steps to test this PR
Happy path
Second download in the same session
Clearing from the notification and the snackbar
Persistence
UI changes
No ui change excepted the blue dot apparition.
Stack created with GitHub Stacks CLI • Give Feedback 💬