Fix mobile assistant chat UX for INB-162 by cursor[bot] · Pull Request #2003 · elie222/inbox-zero
✅
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