gsxdsm
6ca51185f3
FN-7152: close Quick Chat on outside clicks
Quick Chat now dismisses from page clicks while other floating windows stay persistent.
- Add an opt-in outside-pointer dismissal path to FloatingWindow with safeguards for inside clicks, nested dialogs, touch compatibility events, and active drag/resize gestures.
- Enable outside-click dismissal only for the Quick Chat floating window and document the behavior.
- Cover the opt-in behavior, default persistence, nested surfaces, gesture guards, and listener cleanup with FloatingWindow tests.
- Add a release changeset for the Quick Chat dismissal feature.
Files changed:
.changeset/fn-7152-quick-chat-outside-click-close.md | 7 ++
docs/dashboard-guide.md | 1 +
packages/dashboard/app/App.tsx | 4 +
packages/dashboard/app/components/FloatingWindow.css | 5 +-
packages/dashboard/app/components/FloatingWindow.tsx | 45 +++++++++
packages/dashboard/app/components/__tests__/FloatingWindow.test.tsx | 109 +++++++++++++++++++++
6 files changed, 170 insertions(+), 1 deletion(-)
Fusion-Task-Id: FN-7152
Fusion-Task-Lineage: 5bd6c10a-3e21-4eb9-bd1e-99f3aaf9c7b6
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-06-27 19:48:50 -07:00
..
2026-06-27 17:11:13 -07:00
2026-06-17 17:57:19 -07:00
2026-06-17 21:37:18 -07:00
2026-05-22 20:20:42 -07:00
2026-06-12 22:55:01 -07:00
2026-05-12 07:47:10 -07:00
2026-06-27 17:11:13 -07:00
2026-05-12 07:47:10 -07:00
2026-05-14 04:32:43 -07:00
2026-06-27 17:11:13 -07:00
2026-05-14 04:32:43 -07:00
2026-05-12 07:47:10 -07:00
2026-05-29 08:45:12 -07:00
2026-05-23 20:44:01 -07:00
2026-06-03 17:14:42 -07:00
2026-06-27 17:11:13 -07:00
2026-06-25 19:51:21 -07:00
2026-06-25 19:51:21 -07:00
2026-06-25 19:51:21 -07:00
2026-06-25 19:51:21 -07:00
2026-06-25 19:51:21 -07:00
2026-05-30 14:20:12 -07:00
2026-05-19 10:39:56 -07:00
2026-05-15 09:04:26 -07:00
2026-05-15 07:10:36 -07:00
2026-05-11 10:54:26 -07:00
2026-06-12 09:46:46 -07:00
2026-05-13 06:29:35 -07:00
2026-06-23 00:08:27 -07:00
2026-06-27 17:11:13 -07:00
2026-06-27 19:37:39 -07:00
2026-06-27 09:28:30 -07:00
2026-06-25 12:25:13 -07:00
2026-06-21 13:25:40 -07:00
2026-06-07 18:51:46 -07:00
2026-05-19 03:21:17 -07:00
2026-06-25 14:37:52 -07:00
2026-06-04 04:32:46 -07:00
2026-06-22 15:23:43 -07:00
2026-06-20 15:42:16 -07:00
2026-06-21 22:04:32 -07:00
2026-06-08 13:32:58 -07:00
2026-06-25 22:48:50 -07:00
2026-06-03 13:51:13 -07:00
2026-05-13 06:29:35 -07:00
2026-06-16 20:13:13 -07:00
2026-06-27 15:56:42 -07:00
2026-06-11 09:21:23 -07:00
2026-06-27 15:56:42 -07:00
2026-06-05 02:38:38 -07:00
2026-06-27 17:22:12 -07:00
2026-06-25 20:50:30 -07:00
2026-06-27 15:56:42 -07:00
2026-06-25 20:50:30 -07:00
2026-06-27 15:56:42 -07:00
2026-06-27 15:56:42 -07:00
2026-06-27 15:56:42 -07:00
2026-06-27 15:56:42 -07:00
2026-06-27 10:45:31 -07:00
2026-06-27 15:56:42 -07:00
2026-06-27 15:56:42 -07:00
2026-06-25 16:43:54 -07:00
2026-06-17 17:49:20 -07:00
2026-06-27 15:56:42 -07:00
2026-06-27 15:56:42 -07:00
2026-06-25 22:48:50 -07:00
2026-06-22 10:26:14 -07:00
2026-06-25 16:11:45 -07:00
2026-05-22 20:20:42 -07:00
2026-05-13 18:05:12 +03:00
2026-06-12 07:13:00 -07:00
2026-05-18 03:34:54 -07:00
2026-06-02 14:14:24 -07:00
2026-05-20 04:13:43 -07:00
2026-06-26 13:32:35 -07:00
2026-06-23 16:47:38 -07:00
2026-06-23 11:26:51 -07:00
2026-06-06 01:32:06 -07:00
2026-06-26 14:33:58 -07:00
2026-06-22 12:16:07 -07:00
2026-06-22 23:42:45 -07:00
2026-06-25 23:34:07 -07:00
2026-06-21 13:25:40 -07:00
2026-06-27 11:27:17 -07:00
2026-06-25 08:35:44 -07:00
2026-06-27 10:38:23 -07:00
2026-05-19 19:32:23 -07:00
2026-06-22 15:23:43 -07:00
2026-06-26 14:33:58 -07:00
2026-06-17 03:29:39 -07:00
2026-05-22 20:20:42 -07:00
2026-06-27 19:48:50 -07:00
2026-06-22 05:33:10 -07:00
2026-05-17 08:22:26 -07:00
2026-06-22 12:43:32 -07:00
2026-06-03 22:35:28 -07:00
2026-06-24 23:32:52 -07:00
2026-05-29 08:11:55 -07:00
2026-06-22 03:57:10 -07:00
2026-06-26 04:06:32 -07:00
2026-06-03 13:51:13 -07:00
2026-06-23 00:20:55 -07:00
2026-06-22 18:21:06 -07:00
2026-06-25 13:27:28 -07:00
2026-06-22 18:03:53 -07:00
2026-06-22 23:58:38 -07:00
2026-05-16 09:21:06 -07:00
2026-06-09 12:51:20 -07:00
2026-06-03 13:02:23 -07:00
2026-06-22 23:58:38 -07:00
2026-06-23 00:20:55 -07:00
2026-06-21 03:53:43 -07:00
2026-06-22 11:08:25 -07:00
2026-05-19 23:04:12 -07:00
2026-06-23 12:17:04 -07:00
2026-06-23 12:17:04 -07:00
2026-06-22 03:57:10 -07:00
2026-05-23 13:06:48 -07:00
2026-05-15 12:07:52 -07:00
2026-05-19 10:39:56 -07:00
2026-06-01 10:17:52 -07:00
2026-06-26 21:31:42 -07:00
2026-06-26 21:31:42 -07:00
2026-05-19 17:54:43 -07:00
2026-06-25 08:34:44 -07:00
2026-05-20 09:42:40 -07:00
2026-06-16 15:08:24 -07:00
2026-06-22 18:21:06 -07:00
2026-06-25 08:34:44 -07:00
2026-06-25 08:35:44 -07:00
2026-05-22 20:20:42 -07:00
2026-06-24 23:32:52 -07:00
2026-06-17 03:12:16 -07:00
2026-06-17 03:12:16 -07:00
2026-06-22 09:13:58 -07:00
2026-06-21 09:00:40 -07:00
2026-06-23 01:05:13 -07:00
2026-06-13 16:30:28 -07:00
2026-06-25 19:35:05 -07:00
2026-06-09 01:57:16 -07:00
2026-05-22 20:20:42 -07:00
2026-06-19 23:16:19 -07:00
2026-05-23 20:44:01 -07:00
2026-06-22 04:39:35 -07:00
2026-06-22 04:39:35 -07:00
2026-06-22 03:34:15 -07:00
2026-06-13 16:30:28 -07:00
2026-06-25 13:27:37 -07:00
2026-06-02 12:42:04 -07:00
2026-06-25 13:27:37 -07:00
2026-06-26 21:31:42 -07:00
2026-06-02 12:42:04 -07:00
2026-06-24 23:32:52 -07:00
2026-06-09 04:27:53 -07:00
2026-06-09 07:00:05 -07:00
2026-06-09 04:27:53 -07:00
2026-06-09 04:27:53 -07:00
2026-06-22 04:39:35 -07:00
2026-05-22 20:20:42 -07:00
2026-05-18 07:52:44 -07:00
2026-06-24 23:32:51 -07:00
2026-06-17 21:37:18 -07:00
2026-06-02 08:49:25 -07:00
2026-06-25 14:37:52 -07:00
2026-06-07 23:03:38 -07:00
2026-06-02 14:14:24 -07:00
2026-05-28 23:31:03 -07:00
2026-05-18 15:50:48 -07:00
2026-05-28 19:50:53 -07:00
2026-06-07 18:51:46 -07:00
2026-06-22 15:23:43 -07:00
2026-06-25 23:34:08 -07:00
2026-06-19 08:06:38 -07:00
2026-06-21 09:00:40 -07:00
2026-06-25 22:48:50 -07:00
2026-06-26 02:45:29 -07:00
2026-06-26 02:45:29 -07:00
2026-06-26 02:45:29 -07:00
2026-06-26 02:45:29 -07:00
2026-06-22 11:36:20 -07:00
2026-06-22 10:26:14 -07:00
2026-06-17 03:29:39 -07:00
2026-06-15 02:30:41 -07:00
2026-06-18 15:59:34 -07:00
2026-06-20 21:02:51 -07:00
2026-06-27 09:28:31 -07:00
2026-05-22 20:20:42 -07:00
2026-06-25 19:35:05 -07:00
2026-06-26 11:56:12 -07:00
2026-05-11 16:06:37 -07:00
2026-05-13 20:08:37 -07:00
2026-06-25 19:35:05 -07:00
2026-06-27 09:28:29 -07:00
2026-06-27 09:28:31 -07:00
2026-06-27 09:28:30 -07:00
2026-06-27 09:28:30 -07:00
2026-06-25 19:35:05 -07:00
2026-06-08 13:32:58 -07:00
2026-06-25 19:35:05 -07:00
2026-06-25 19:35:05 -07:00
2026-06-25 19:35:04 -07:00
2026-06-21 16:13:54 -07:00
2026-06-21 16:13:54 -07:00
2026-06-22 15:23:43 -07:00
2026-06-25 19:35:47 -07:00
2026-05-23 13:06:48 -07:00
2026-06-20 01:52:26 -07:00
2026-06-20 04:51:57 -07:00
2026-06-16 21:37:32 -07:00
2026-06-02 07:40:37 -07:00
2026-05-20 09:42:40 -07:00
2026-05-20 09:42:40 -07:00
2026-06-08 18:14:48 -07:00
2026-06-13 19:17:36 -07:00
2026-06-13 19:17:36 -07:00
2026-06-26 08:40:59 -07:00
2026-05-13 15:05:05 -07:00
2026-06-24 23:32:52 -07:00
2026-06-25 08:34:44 -07:00
2026-05-22 20:20:42 -07:00
2026-05-23 20:44:01 -07:00
2026-06-22 15:23:43 -07:00
2026-06-25 08:34:44 -07:00
2026-06-25 08:34:44 -07:00
2026-06-11 22:11:44 -07:00
2026-06-21 13:25:41 -07:00
2026-06-04 14:01:55 -07:00
2026-06-27 12:15:42 -07:00
2026-05-13 06:29:34 -07:00
2026-06-17 14:52:56 -07:00
2026-06-17 14:52:56 -07:00
2026-06-17 14:52:56 -07:00
2026-06-09 13:57:21 -07:00
2026-06-27 12:20:42 -07:00
2026-05-26 17:19:34 -07:00
2026-06-25 08:34:44 -07:00
2026-06-26 00:48:51 -07:00
2026-06-27 17:56:32 -07:00
2026-06-05 01:16:13 -07:00
2026-06-27 12:20:42 -07:00
2026-06-23 23:35:32 -07:00
2026-06-21 23:07:55 -07:00
2026-06-04 16:16:50 -07:00
2026-06-25 19:35:05 -07:00
2026-05-20 04:13:43 -07:00
2026-06-14 15:29:35 -07:00
2026-05-19 23:04:12 -07:00
2026-06-21 22:43:34 -07:00
2026-06-22 23:58:38 -07:00
2026-05-22 00:15:14 -07:00
2026-06-22 19:48:50 -07:00
2026-06-25 19:35:04 -07:00
2026-06-21 13:25:40 -07:00
2026-06-22 09:47:27 -07:00
2026-05-16 20:13:30 -07:00
2026-05-16 09:20:33 -07:00
2026-06-13 16:30:28 -07:00
2026-06-21 13:25:41 -07:00
2026-05-22 20:20:42 -07:00
2026-06-27 15:39:01 -07:00
2026-06-27 15:39:01 -07:00
2026-06-27 15:39:01 -07:00
2026-06-17 14:52:56 -07:00
2026-06-22 11:58:53 -07:00
2026-06-04 12:44:43 -07:00
2026-06-08 18:14:48 -07:00
2026-06-25 13:27:28 -07:00
2026-06-27 13:05:50 -07:00
2026-06-25 20:28:38 -07:00
2026-05-13 13:11:17 -07:00
2026-05-13 06:29:35 -07:00
2026-06-27 12:20:42 -07:00
2026-06-09 08:14:16 -07:00
2026-06-17 14:52:56 -07:00
2026-06-22 18:21:06 -07:00
2026-06-22 18:21:06 -07:00
2026-05-14 22:16:44 -07:00
2026-06-21 21:07:20 -07:00
2026-05-15 23:39:43 -07:00