Update inbox conversation experience#608
Merged
Merged
Conversation
Turn the home feed into a mail-style inbox so mentions and action items feel easier to triage. Keep inbox replies visible inline and align the thread, composer, and header chrome with the updated desktop layout. Made-with: Cursor
Made-with: Cursor
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Keep the Home inbox filters compact on one row and update smoke coverage to match the inbox-style layout. Co-authored-by: Cursor <cursoragent@cursor.com>
Create fresh mention items inside relay-backed Home inbox tests so they do not depend on stale seeded feed contents. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Move the Home inbox context header into the conversation pane so the thread content sits directly under a blurred top overlay. Co-authored-by: Cursor <cursoragent@cursor.com>
Increase the Home inbox feed fetch size and persist a draggable inbox list width so the message list can show more items without a fixed column. Co-authored-by: Cursor <cursoragent@cursor.com>
Resolve Home inbox conflicts and keep emoji reactions available independently of inline reply eligibility. Co-authored-by: Cursor <cursoragent@cursor.com>
Render inbox reaction pills with the shared message reaction handler so emoji reactions appear the same way they do in channel threads. Co-authored-by: Cursor <cursoragent@cursor.com>
Bring the header experiment branch up to date with the latest inbox work, including main updates and inbox emoji reaction rendering. Co-authored-by: Cursor <cursoragent@cursor.com>
Consolidate inbox conversation header actions into the more menu and align it closer to the right edge. Co-authored-by: Cursor <cursoragent@cursor.com>
Render the temporary inbox focus highlight as an expanded background layer so it has breathing room without shifting message layout. Co-authored-by: Cursor <cursoragent@cursor.com>
Match inbox conversation avatars to channel message styling and keep the selected inbox message centered when opening context. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
inbox03.mp4 |
This was referenced May 28, 2026
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
Test plan
just cipassed locally.cd desktop && pnpm exec playwright test --project=smokeran locally: 93/95 passed. Rerunning the failures left one non-inbox keyboard shortcut failure inchannel-browser.spec.ts; the channel creation failure passed on rerun.Made with Cursor