mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-11 13:35:22 -05:00
[PR #189] feat: export selected graph nodes as JSON #3067
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/189
Author: @Ghraven
Created: 6/11/2026
Status: 🔄 Open
Base:
main← Head:feat/export-selected-json📝 Commits (1)
cf2bc1efeat: export selected graph nodes as JSON📊 Changes
1 file changed (+40 additions, -2 deletions)
View changed files
📝
flowsint-app/src/components/sketches/graph/context-menu/background-context-menu.tsx(+40 -2)📄 Description
Problem
Closes #177.
Investigators can copy selected node labels as text today, but there is no built-in way to export the selected graph subset as a machine-readable artifact for reports, backups, or handoff to other tools.
Before / after
Before:
After:
Export ... as JSONaction.exported_atnodesedgeswhose source and target are both in the selected node setVerification
corepack yarn install --frozen-lockfilecorepack yarn prettier --check flowsint-app/src/components/sketches/graph/context-menu/background-context-menu.tsxgit diff --checkAdditional checks attempted:
corepack yarn workspace flowsint-app typecheckis still blocked by existing project-wide TypeScript errors unrelated to this file, including missing Tiptap modules and table/router typing errors..eslintrc.cjsrequires@typescript-eslint/parser, but that parser is not installed by the lockfile.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.