javigallostra / RocoLib

Web App to create and share bouldering routes of a climbing gym.
GNU General Public License v3.0
7 stars 3 forks source link

Keep hold selection when navigating back from the last step of problem creation #157

Open juangallostra opened 2 years ago

juangallostra commented 2 years ago

Description

When creating a new problem and navigating back from the last step, the hold selection is not kept and is lost. Since the data is stored in the page (because we are actually creating the problem), it shouldn't be hard to keep the state and redraw the problem again if the user navigates back.