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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user