feat(inbox): Two-pane layout#1408
Draft
Twixes wants to merge 1 commit intotwixes/inbox-sorting-reviewersfrom
Draft
feat(inbox): Two-pane layout#1408Twixes wants to merge 1 commit intotwixes/inbox-sorting-reviewersfrom
Twixes wants to merge 1 commit intotwixes/inbox-sorting-reviewersfrom
Conversation
This was referenced Apr 1, 2026
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Apr 1, 2026
Closed
7279f12 to
ea9068f
Compare
36e23e1 to
6d30da1
Compare
- Resizable left list pane + right detail pane when reports exist - Full-width view with skeleton backdrop + gradient overlay for empty states - Welcome state (graphs-hog), warming-up (explorer-hog), select-a-report (mail-hog) - Inline signal source config modal instead of Settings navigation - "Back to Inbox" button disabled with tooltip until sources enabled - Loading skeleton only when sources are configured - Search disabled with tooltip when no reports
6d30da1 to
e23878f
Compare
ea9068f to
5f888c8
Compare
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.

Problem
Code inbox uses a right sidebar that opens/closes and replaces the whole view for empty states. Cloud has a permanent two-pane split more like an email app, with empty states shown contextually. Let's go for the more robust email-like experience.
Changes
Adding an always-visible resizable left pane (report list) + right pane (detail) when reports exist.
When no reports: full-width view with toolbar + faded skeleton backdrop, gradient overlay, and contextual empty state (welcome with graphs-hog, warming-up with explorer-hog). When reports exist but none selected: mail-hog "Select a report" prompt in right pane.
Signal source config is in a modal instead instead of navigating away to Settings.
Search disabled with tooltip when project has no reports.