feat(FN-3812): add rooms test scaffolds and coverage across core and dashbo

This branch establishes test scaffolding for rooms functionality across core and dashboard, adding test plans, room-specific test files for ChatView, AgentMentionPopup, QuickChatFAB, and core chat routes/stores, while also updating AgentMentionPopup with enhanced room-aware behavior and QuickChatFAB

Fusion-Task-Id: FN-3812
This commit is contained in:
Fusion
2026-05-10 07:54:42 -07:00
committed by gsxdsm
parent 3ce9b2fd0d
commit cab3c4970f
16 changed files with 599 additions and 226 deletions

View File

@@ -1206,6 +1206,12 @@
white-space: nowrap;
}
.quick-chat-panel .chat-mention-chip--non-member {
background: color-mix(in srgb, var(--color-warning) 12%, transparent);
color: var(--text-muted);
border-color: color-mix(in srgb, var(--color-warning) 35%, transparent);
}
.quick-chat-panel-message--streaming {
position: relative;
opacity: 0.95;