fix(FN-2057): move DocumentsView base styles outside mobile media query
- Move the core DocumentsView, document group, and document card styles to global scope so they apply on desktop and tablet - Keep the max-width: 768px block focused on mobile-only agent and skills layout overrides - Preserve existing design tokens and interaction states while restoring expected non-mobile DocumentsView styling
This commit is contained in:
13
.changeset/fix-quick-chat-default-model.md
Normal file
13
.changeset/fix-quick-chat-default-model.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Auto-select first available model in quick chat when no agents exist
|
||||
|
||||
When opening the quick chat popup with no agents configured, the component
|
||||
automatically switches to "Model" mode but previously showed "Use default"
|
||||
with no actual model selected. This left the input disabled because no valid
|
||||
chat target existed.
|
||||
|
||||
Now when models load and there are no agents, the first available model is
|
||||
automatically selected, allowing the user to immediately start typing messages.
|
||||
Reference in New Issue
Block a user