sacode387 / FlowRun

Runnable flowcharts for the web
https://flowrun.io/
Apache License 2.0
46 stars 9 forks source link

Inconsistency between dashboard and diagrams #12

Closed micder closed 7 months ago

micder commented 9 months ago

When modifying an existing diagram, some inconsistencies are shown on the dashboard. Moreover the shown diagram is not updated or is an older version.

Starting situation:

image image

Added a new symbol:

image

On the dashboard the "output" message is shown:

image

This is the diagram with the default message:

image
sake92 commented 9 months ago

Thanks for reporting this!

Displaying of the image in Dashboard/Explore needs some time.
I do it lazily in a background thread, don't want to do it on every letter you change in a program text for example...


There are 2 issues besides that one:

sake92 commented 7 months ago

Done