KaotoIO / kaoto-ui

Frontend for the Kaoto project to provide an easy-to-use integration framework based on Apache Camel.
https://www.kaoto.io
Apache License 2.0
89 stars 44 forks source link

Persist Steps: On Refresh #609

Open kahboom opened 2 years ago

kahboom commented 2 years ago

Problem

When you refresh the page, you lose all data in Kaoto. This includes most settings and all steps, including any custom configuration or data mapping.

Proposition

Store the main YAML file in localStorage or through some other persistence mechanism.

ibek commented 1 year ago

+1 for the proposal and addressing this problem. It happens that you misclick, go back in history, close a tab, whatever and you don't want to loose all your work. Just restoring the latest YAML / session would be enough.