fix(FN-1473): recover no-progress task_done failures

This commit is contained in:
gsxdsm
2026-04-12 12:13:06 -07:00
parent ce82e94153
commit 494b7da5f1
8 changed files with 395 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
---
"@gsxdsm/fusion": patch
---
Add quick chat FAB hide option and fix mobile nav overlap
- Add project-scoped `showQuickChatFAB` setting to control Quick Chat FAB visibility (default: true)
- When disabled, the FAB is hidden but chat remains accessible from the More menu
- Fix mobile Quick Chat FAB/panel positioning to properly account for mobile nav bar height and safe-area insets
- Add regression tests for QuickChatFAB visibility behavior
- Update mobile CSS tests to properly verify Quick Chat offset rules