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:
Fusion
2026-04-18 15:20:33 -07:00
committed by gsxdsm
parent 7a230cfd3d
commit 60877e2991
6 changed files with 545 additions and 509 deletions

View 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.