feat: add inbox page for GitHub notifications#125
Merged
Conversation
Adds a split-view inbox page (Linear-style) with notification list sidebar and content preview pane that renders actual PR/Issue detail pages. - Notification list with unread/all filter, mark as read/done, archive actions - Avatar stack showing all participants (author, assignees, reviewers, commenters) - Subject state-aware icons and colors (open/closed/merged) - Prefetch next notification's data on selection for instant navigation - Fix closed PR merge status display in detail header and activity feed - Repo name in preview header links to repo overview - Hoisted regexes and memoized components for performance
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
diffkit | cd5abc9 | Apr 15 2026, 12:38 AM |
- Show blue dot on Inbox nav tab when unread notifications exist - Remove bottom border from last inbox list item
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.
Summary
Changes
apps/dashboard/src/components/inbox/inbox-page.tsx— full inbox UI withInboxPage,InboxSidebar,InboxRow,InboxPreview,AvatarStackapps/dashboard/src/routes/_protected/inbox.tsx— route definitionpackages/icons/src/archive-down-icon.tsx— custom archive icongithub.functions.ts—getNotifications,markNotificationRead,markNotificationDone,markAllNotificationsReadserver functions; fetches participants (commenters, reviewers) and subject stategithub.types.ts—NotificationItem,NotificationSubject,NotificationParticipanttypesgithub.query.ts— notification query optionspull-detail-page.tsx/issue-detail-page.tsx— extracted reusablePullDetailContent/IssueDetailContentcomponentspull-detail-header.tsx— hide merge info for closed-unmerged PRs, show "merged into" for merged PRsuser-activity-feed.tsx— hide branch refs for closed-unmerged PRsTest plan
/inboxand verify notifications load with correct state icons/colors