M2: Notifications (read + unread count)#289
Draft
michaeljolley wants to merge 1 commit into
Draft
Conversation
Introduce a live-fetch notifications data path (INotificationsDataManager / NotificationsDataManager) backed by the GitHub Activity API, a NotificationsPage that lists unread notifications with open-in-browser, mark-as-read, and copy-URL actions, and a top-level Notifications command whose subtitle shows the unread count. The count refreshes on sign-in and whenever notifications change via a NotificationsMediator, avoiding a polling loop. Adds a subject-URL to browser-URL helper, notification icon, localized strings, and unit tests. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Milestone 2 - Notifications (read + counts)
Stacked on M1 (targets
mjolley/cmdpal-github-extension-plan). Adds GitHub notifications support to the Command Palette extension.Delivered
NotificationsPagelists the signed-in user's unread notifications. Each item opens in the browser and offers Mark as read and Copy URL actions.NotificationsMediatorevent - no polling loop.INotificationsDataManager/NotificationsDataManagerbacked by the GitHub Activity API (Activity.Notifications), kept separate from the search-keyed SQLite cache since notifications do not fit that model.Verification
Part of the stacked milestone series toward RayCast feature parity.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com