feat(FN-3906): add Chat Rooms experimental feature with Settings toggle

Added an experimental Chat Rooms feature gated behind a settings toggle in the dashboard. The ChatView rooms UI is now conditionally rendered based on the experimental features setting, controlled via the SettingsModal. Included documentation updates and corresponding test coverage.

Fusion-Task-Id: FN-3906
This commit is contained in:
Fusion
2026-05-09 20:15:31 -07:00
committed by gsxdsm
parent 7e8541b92d
commit 772c9f6b24
8 changed files with 125 additions and 59 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Hide Chat Rooms behind the `chatRooms` experimental flag. By default, Chat now shows direct-chat-only UI; re-enable rooms via **Settings → Experimental Features → Chat Rooms**.