Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Edit JSON in Diagram View #228

Closed

Commits on Oct 10, 2022

  1. feature: edit node in modal

    - modify NodeModal to be editable
    - Edits that are Valid JSON will be saved to graph nodes
    
    Changes to be committed:
    	modified:   src/components/Graph/index.tsx
    	modified:   src/containers/Editor/LiveEditor/GraphCanvas.tsx
    	modified:   src/containers/Modals/NodeModal/index.tsx
    theogainey committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    bdb93a8 View commit details
    Browse the repository at this point in the history
  2. feature: NodeModal ErrorContainer

    - add ErrorContainer to NodeModal
    
    Changes to be committed:
    	modified:   src/containers/Modals/NodeModal/index.tsx
    theogainey committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    db6b487 View commit details
    Browse the repository at this point in the history
  3. feature: Edit JSON in Diagram View

    - add graphParser to parse graph Nodes into JSON
    - add functionality to update JSON on node edit
    
    References Issue AykutSarac#147
    Changes to be committed:
    	modified:   src/containers/Modals/NodeModal/index.tsx
    	new file:   src/utils/graphParser.ts
    theogainey committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    809fbb4 View commit details
    Browse the repository at this point in the history