Open
Conversation
Co-authored-by: Elie Steinbock <elie222@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
|
Contributor
There was a problem hiding this comment.
cubic analysis
No issues found across 4 files
Linked issue analysis
Linked issue: INB-162: Mobile app chat design / UX improvements
| Status | Acceptance criteria | Notes |
|---|---|---|
| ✅ | Search Inbox should be closed by default | CollapsibleToolCard default initialOpen = false; SearchInbox uses it |
| ✅ | Remove / make compact the card around Search Inbox while closed | Added compactWhenClosed prop and compact styles when closed |
| ✅ | Increase padding between response sections (so sections have more spacing) | Response spacing classes updated to add gap between children |
| ✅ | Increase padding so 'Must Handle Now' is not too close to text above | InlineEmailList and InlineEmailCard margins/padding increased |
| ✅ | Inline email/archive cards should be actionable on mobile (archive available inline as a button) | Archive Button present with onClick handler for inline archive |
| ✅ | Inline email cards should show more email info (sender, subject, snippet, date) on mobile | Displays meta.from, meta.subject, meta.snippet and formatted date |
| ✅ | Add focused regression coverage for updated inline email behavior | New test asserts metadata and Archive button presence |
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.
Improves the mobile assistant chat experience by collapsing the Search Inbox card by default, increasing response section spacing, and making inline email/archive cards more informative and actionable on smaller screens. Includes focused regression coverage for the updated inline email behavior.