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
Routes have been object of state related issues in the past (e.g. see: #48).
Proposed solution
This issue proposes removing the unnecessary complexity routing provides in its entirety. This is in line with refactoring the UI into a more godbolt-like (see: godbolt.org/) experience.
Tasks
Remove react-router from the project.
Create a generic simulator layout UI as the new "landing page".
Adapt the simulator specific widgets to connect to this layout.
Add a simulator selector into the toolbar. Use double confirmation (alert dialog?) to avoid accidental state reset by users.
Design a new "Welcome" window that will be shown before a simulator is selected.
The text was updated successfully, but these errors were encountered:
Description
Routes have been object of state related issues in the past (e.g. see: #48).
Proposed solution
This issue proposes removing the unnecessary complexity routing provides in its entirety. This is in line with refactoring the UI into a more godbolt-like (see: godbolt.org/) experience.
Tasks
react-router
from the project.The text was updated successfully, but these errors were encountered: