feat(FN-3845): suppress suspended-tab chat load failures and rewrite mailbo

Merges FN-3845 chat-first mailbox guidance and FN-3838 toast suppression for suspended tabs. Adds a new `visibilitySuspension` hook to suppress chat load failure toasts when browser tabs are hidden, rewrites the mailbox opt-in guidance to lead with chat-first messaging, and expands test coverage acr

Fusion-Task-Id: FN-3845
This commit is contained in:
Fusion
2026-05-09 09:23:22 -07:00
committed by gsxdsm
parent ed6d2e2423
commit fb486e0af9
4 changed files with 31 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
},
"scripts": {
"build": "tsc",
"test": "pnpm dlx vitest run --silent=passed-only --reporter=dot"
"test": "vitest run --silent=passed-only --reporter=dot"
},
"dependencies": {
"@fusion/core": "workspace:*",