You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app state is volatile, when the page is refreshed it will start over.
Goal:
Implement a feature that saves the diagram to localhost so when the page is refreshed it will check if there is something there and load it.
This allows to import diagrams imported as JSON.
Proposed Solution:
Save the diagram structure in localhost. When the component is mounted check if there is a diagram saved and load it.
Add export/import buttons to export/import the diagram as JSON.
The text was updated successfully, but these errors were encountered:
rubenmate
changed the title
Feature: Save the diagram on localhost, add export/import diagram
Feature: Save the diagram on localStorage, add export/import diagram
Jul 7, 2024
Background:
The app state is volatile, when the page is refreshed it will start over.
Goal:
Implement a feature that saves the diagram to localhost so when the page is refreshed it will check if there is something there and load it.
This allows to import diagrams imported as JSON.
Proposed Solution:
Save the diagram structure in localhost. When the component is mounted check if there is a diagram saved and load it.
Add export/import buttons to export/import the diagram as JSON.
The text was updated successfully, but these errors were encountered: