gsxdsm
3f6e1c6e40
FN-6169: open script commands in a new terminal tab
...
Open fresh tabs for follow-up script launches instead of reusing the current terminal.
- track whether an initial command arrived with modal open versus after the terminal was already active
- create a new terminal tab for later script commands, wait for that tab to become active, then send the command there
- expand TerminalModal coverage for first-open versus follow-up script execution and clarify modal-manager script handoff expectations
Files changed:
packages/dashboard/app/components/TerminalModal.tsx | 80 ++++++++++-
.../components/__tests__/TerminalModal.test.tsx | 150 ++++++++++++++++++---
.../app/hooks/__tests__/useModalManager.test.ts | 4 +-
3 files changed, 207 insertions(+), 27 deletions(-)
Fusion-Task-Id: FN-6169
Fusion-Task-Lineage: a7e57a9b-dc3a-432f-bff1-195b62555852
2026-06-09 23:03:51 -07:00
..
2026-05-17 00:14:59 -07:00
2026-04-08 10:39:38 -07:00
2026-06-02 09:34:19 -07:00
2026-04-24 19:39:20 -07:00
2026-05-21 20:06:48 -07:00
2026-06-08 13:32:58 -07:00
2026-05-26 21:57:31 -07:00
2026-05-20 03:19:44 -07:00
2026-04-08 16:48:35 -07:00
2026-06-03 13:20:17 -07:00
2026-04-28 14:30:38 -07:00
2026-05-15 22:24:12 -07:00
2026-05-21 18:15:26 -07:00
2026-04-27 17:26:07 -07:00
2026-05-13 15:05:05 -07:00
2026-04-27 19:59:52 -07:00
2026-05-14 15:49:55 -07:00
2026-06-03 20:34:39 -07:00
2026-05-20 20:27:11 -07:00
2026-05-20 19:58:49 -07:00
2026-06-07 18:51:46 -07:00
2026-05-15 15:19:56 -07:00
2026-05-23 20:44:01 -07:00
2026-05-17 11:33:56 -07:00
2026-05-24 00:11:08 -07:00
2026-04-27 19:59:52 -07:00
2026-05-21 18:15:26 -07:00
2026-04-20 15:37:32 -07:00
2026-05-20 03:19:44 -07:00
2026-05-03 14:10:11 -07:00
2026-05-03 07:47:45 -07:00
2026-06-09 07:24:39 -07:00
2026-05-19 23:04:12 -07:00
2026-04-24 19:39:20 -07:00
2026-05-20 03:19:44 -07:00
2026-04-12 21:40:34 -07:00
2026-04-12 21:40:34 -07:00
2026-05-20 04:12:40 -07:00
2026-04-24 19:39:20 -07:00
2026-06-03 22:35:28 -07:00
2026-05-19 23:04:12 -07:00
2026-05-16 09:21:06 -07:00
2026-06-03 17:33:16 -07:00
2026-04-14 11:29:16 -07:00
2026-05-21 16:09:53 -07:00
2026-05-04 06:12:12 -07:00
2026-04-25 18:22:37 -07:00
2026-04-28 14:25:55 -07:00
2026-05-23 20:44:01 -07:00
2026-05-21 16:09:53 -07:00
2026-05-10 18:04:43 -07:00
2026-05-19 13:38:31 -07:00
2026-05-22 14:01:09 -07:00
2026-06-09 23:03:51 -07:00
2026-05-20 03:19:44 -07:00
2026-04-15 02:53:06 -07:00
2026-06-09 22:44:30 -07:00
2026-04-09 13:01:19 -07:00
2026-05-21 16:09:53 -07:00
2026-05-07 19:29:54 -07:00
2026-04-24 09:44:44 -07:00
2026-05-23 02:06:11 -07:00
2026-05-07 08:49:18 -07:00
2026-05-06 02:14:05 -07:00
2026-04-16 10:04:44 -07:00
2026-05-21 18:15:26 -07:00
2026-05-17 08:49:51 -07:00
2026-04-20 22:10:07 -07:00
2026-04-15 19:53:22 -07:00
2026-06-07 02:26:00 +07:00
2026-03-31 01:26:57 -07:00
2026-04-27 19:59:52 -07:00
2026-04-14 09:29:08 -07:00
2026-04-24 08:55:02 -07:00
2026-05-21 16:09:53 -07:00
2026-05-17 11:33:56 -07:00
2026-06-03 20:21:06 -07:00
2026-04-27 19:59:52 -07:00
2026-04-27 19:59:52 -07:00
2026-05-21 18:15:26 -07:00
2026-05-19 23:04:12 -07:00
2026-04-10 10:44:48 -07:00
2026-04-20 10:16:13 -07:00
2026-05-07 18:35:45 -07:00
2026-05-07 23:21:05 -07:00
2026-05-29 21:32:09 -07:00
2026-04-29 17:23:22 -07:00
2026-05-20 19:58:49 -07:00
2026-05-17 19:11:59 -07:00
2026-05-19 08:13:07 -07:00
2026-06-09 12:57:21 -07:00
2026-04-27 19:59:52 -07:00
2026-05-19 17:19:03 -07:00
2026-04-24 19:39:20 -07:00
2026-05-19 19:03:10 -07:00
2026-04-27 01:40:07 -07:00
2026-06-02 09:24:42 -07:00
2026-06-09 02:00:29 -07:00
2026-05-19 01:59:20 -07:00
2026-04-12 18:38:26 -07:00
2026-04-27 19:59:52 -07:00
2026-04-16 23:07:40 -07:00
2026-05-13 12:26:07 -07:00