feat(FN-3720): expand mailbox messages to open detail pane and show reply c

The merge adds two Mailbox UX improvements: messages in the Mail tab now open the task detail pane (FN-3719), and reply context rows in the mailbox modal are expanded for better readability (FN-3720), with corresponding CSS and test coverage for both AgentDetailView and MailboxModal.

Fusion-Task-Id: FN-3720
This commit is contained in:
Fusion
2026-05-07 20:15:39 -07:00
committed by gsxdsm
parent 5514d3e25c
commit c93f61b506
4 changed files with 306 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Expand mailbox reply-context rows so users can inline-expand and traverse prior replied-to messages.