gsxdsm
2e48e8627a
FN-6098: add workspace file creation actions
Add workspace file and folder creation to the dashboard file browser.
- add dashboard API helpers and backend route support for creating workspace directories and empty files
- add New File and New Folder header actions in FileBrowser with dialog handling and responsive header styling
- cover create flows with FileBrowser and route tests and document the new browser actions
Files changed:
docs/dashboard-guide.md | 1 +
packages/dashboard/app/api/legacy.ts | 29 ++++++-
packages/dashboard/app/components/FileBrowser.css | 32 ++++++++
packages/dashboard/app/components/FileBrowser.tsx | 75 ++++++++++++++----
packages/dashboard/app/components/__tests__/FileBrowser.test.tsx | 92 ++++++++++++++++++++++
packages/dashboard/src/__tests__/routes-git.test.ts | 55 +++++++++++++
packages/dashboard/src/file-service.ts | 69 +++++++++++++++-
packages/dashboard/src/routes/README.md | 8 +-
packages/dashboard/src/routes/register-file-workspace-routes.ts | 34 +++++++-
9 files changed, 372 insertions(+), 23 deletions(-)
Fusion-Task-Id: FN-6098
Fusion-Task-Lineage: 9a2a1ca1-8b5d-4e95-ba76-e7166621c898
2026-06-09 12:51:20 -07:00
..
2026-06-09 12:51:20 -07:00
2026-06-09 12:51:20 -07:00
2026-06-05 01:45:48 -07:00
2026-04-26 15:00:10 -07:00
2026-04-26 15:16:22 -07:00
2026-05-07 11:25:01 -07:00
2026-06-01 22:50:41 -07:00
2026-05-12 19:38:39 -07:00
2026-04-28 14:25:55 -07:00
2026-05-16 22:26:42 -07:00
2026-06-04 23:39:07 -07:00
2026-04-29 20:15:05 -07:00
2026-06-04 22:54:49 -07:00
2026-06-05 15:30:59 -07:00
2026-04-27 22:17:54 -07:00
2026-06-05 02:38:38 -07:00
2026-04-29 22:37:52 -07:00
2026-06-05 03:56:29 -07:00
2026-06-05 00:15:57 -07:00
2026-06-05 03:41:54 -07:00
2026-04-25 10:50:32 -07:00
2026-05-19 17:19:02 -07:00
2026-05-05 00:31:36 -07:00
2026-04-23 23:02:37 -07:00
2026-05-05 00:21:21 -07:00
2026-05-07 17:24:11 -07:00
2026-04-28 18:21:17 -07:00
2026-05-14 04:42:32 -07:00
2026-06-09 12:51:20 -07:00
2026-05-11 16:33:16 -07:00
2026-04-26 18:11:09 -07:00
2026-06-04 08:00:33 -07:00
2026-05-20 04:41:04 -07:00
2026-05-16 12:56:31 -07:00
2026-05-18 04:01:51 -07:00
2026-05-31 17:23:26 -07:00
2026-06-04 08:00:33 -07:00
2026-06-01 08:13:36 -07:00
2026-06-05 20:20:25 -07:00
2026-05-28 10:32:16 -07:00
2026-06-05 03:24:41 -07:00
2026-05-18 14:46:20 -07:00
2026-05-18 14:46:20 -07:00
2026-05-04 10:18:38 -07:00
2026-05-15 11:47:03 -07:00
2026-06-02 09:02:48 -07:00
2026-06-07 20:23:07 -07:00
2026-05-28 21:23:48 -07:00
2026-06-05 01:05:51 -07:00
2026-06-09 04:27:53 -07:00
2026-06-03 15:32:29 -07:00
2026-06-08 13:32:58 -07:00
2026-05-16 10:31:44 -07:00
2026-04-23 23:02:37 -07:00
2026-06-09 04:27:53 -07:00
2026-05-17 23:21:34 -07:00
2026-04-30 20:10:52 -07:00
2026-05-06 18:40:52 -07:00
2026-05-11 06:47:43 -07:00
2026-05-11 06:47:43 -07:00
2026-06-06 06:31:44 -07:00
2026-05-07 04:17:52 -07:00
2026-06-05 15:30:59 -07:00
2026-06-02 18:29:53 -07:00
2026-06-04 23:44:39 -07:00
2026-05-31 15:17:11 -07:00
2026-06-04 22:53:02 -07:00
2026-04-26 13:55:25 -07:00
2026-04-29 07:10:52 -07:00
2026-06-03 07:51:38 -07:00
2026-05-17 09:24:28 -07:00