Conversation
This was referenced Apr 1, 2026
Member
Author
This was referenced Apr 1, 2026
Closed
7279f12 to
ea9068f
Compare
36e23e1 to
6d30da1
Compare
6d30da1 to
e23878f
Compare
ea9068f to
5f888c8
Compare
5f888c8 to
8fbfe0a
Compare
ac0cf99 to
83433e6
Compare
8fbfe0a to
78671e0
Compare
83433e6 to
b0a601e
Compare
78671e0 to
24ff688
Compare
24ff688 to
d0de55c
Compare
5eca2b3 to
84cdcd4
Compare
d0de55c to
48cb6bf
Compare
sortafreel
approved these changes
Apr 1, 2026
- 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
84cdcd4 to
2140932
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.