gsxdsm
ec52a9131a
FN-8859: add native roadmap embeds to chat
Enable roadmap structures to open, preview, and embed directly from chat and dashboard views.
- Register roadmap views as native structures with chat-reference support.
- Add composer previews, in-place dashboard embedding, and drag-safe interactions.
- Document the native-structure plugin contract and add coverage across supported surfaces.
Files changed:
.changeset/fn-8859-roadmap-native-structure-embeds.md | 7 +
docs/PLUGIN_AUTHORING.md | 1 +
docs/dashboard-guide.md | 6 +-
packages/dashboard/app/components/MessageComposer.tsx | 16 +-
packages/dashboard/app/components/__tests__/MessageComposer.test.tsx | 102 ++++++++++-
packages/dashboard/app/components/__tests__/overflowViewRegistry.test.tsx | 68 +++++++-
packages/dashboard/app/components/dashboard/MainContent.tsx | 22 ++-
packages/dashboard/app/components/dashboard/__tests__/MainContent.native-structure-roadmap.test.tsx | 188 +++++++++++++++++++++
packages/dashboard/app/components/nativeStructureChatRef.ts | 4 +-
packages/dashboard/app/components/overflowViewRegistry.tsx | 34 ++--
packages/dashboard/app/plugins/types.ts | 10 +-
packages/dashboard/app/utils/__tests__/nativeStructureDrag.test.ts | 46 +++--
packages/dashboard/app/utils/nativeStructureDrag.ts | 18 +-
plugins/fusion-plugin-roadmap/src/dashboard-view.tsx | 7 +-
plugins/fusion-plugin-roadmap/src/dashboard/RoadmapsView.tsx | 22 ++-
plugins/fusion-plugin-roadmap/src/dashboard/__tests__/RoadmapsView.test.tsx | 51 ++++++
16 files changed, 560 insertions(+), 42 deletions(-)
Fusion-Task-Id: FN-8859
Fusion-Task-Lineage: 99a7292b-2a06-4325-8131-ca74431214e3
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-08-08 23:54:40 -07:00
..
2026-07-18 14:23:14 -07:00
2026-08-08 23:54:40 -07:00
2026-07-18 14:23:14 -07:00
2026-07-18 14:23:14 -07:00
2026-07-14 08:17:36 -07:00
2026-06-03 00:12:13 -07:00
2026-08-08 23:54:40 -07:00
2026-07-19 15:45:45 -07:00
2026-05-11 06:47:43 -07:00
2026-05-11 06:47:43 -07:00
2026-05-08 09:35:45 -07:00
2026-05-08 17:37:38 -07:00
2026-05-11 06:47:43 -07:00
2026-05-08 09:35:45 -07:00
2026-05-08 09:35:45 -07:00
2026-05-08 09:35:45 -07:00
2026-05-08 09:35:45 -07:00
2026-05-08 09:35:45 -07:00
2026-05-08 09:35:45 -07:00
2026-05-07 23:21:05 -07:00