fix(desktop): align inbox layout and draft details#2143
Merged
Conversation
Keep scrolling content behind a shared blurred header while preventing messages from bleeding through the composer, and make the active inbox section visible in its dropdown.
…-layout-regressions
Use the standard split-pane message presentation for drafts and refine inbox hover, selection, action, and composer layering so preview states remain visually consistent.
Require the optional buzz-dev-mcp artifact to be non-empty and executable before running the cancellation integration test, and preserve the ACP error response when session setup fails.
Use the established channel blur and opacity treatment for inbox chrome so scrolling content has consistent visual separation across both surfaces.
thomaspblock
added a commit
that referenced
this pull request
Jul 19, 2026
Contributor
Author
|
🤖 Screenshots of the Inbox and Drafts updates: Inbox preview and message actionsSelected preview backgrounds reach the pane edge, dividers are removed, and the first message action bar stays fully visible. Composer blur and maskingThread content scrolls beneath the subtle composer blur while the solid lower mask and rounded corners prevent content from leaking past the composer. Draft list and detail viewDrafts use the same split-pane pattern as Inbox, with the compact primary status dot and message-style detail actions. Narrow draft navigationOn narrow windows, selecting a draft opens a focused detail view with a clear route back to the list. |
thomaspblock
marked this pull request as draft
July 19, 2026 22:09
Target the composer's rendered mask layers and deliberate empty list space so smoke coverage checks the intended UI contracts.
thomaspblock
marked this pull request as ready for review
July 19, 2026 22:41
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
Inbox content now keeps a consistent list/detail layout without chrome regressions: headers remain layered above scrolling content, previews use full-width hover and selection states, and message actions no longer clip at the top edge.
Drafts now use the same responsive split-pane presentation as messages, with a selectable list, timeline-style detail preview, compact hover actions, and narrow-screen back navigation. Composer content scrolls behind the blurred surface while bottom and rounded-corner masks prevent content leaking beyond it.
The optional agent cancellation integration test now ignores zero-byte, non-executable MCP placeholders and reports the underlying ACP session error when setup fails.
Validation