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
not floating -- If it was floating above the graph, it wouldn't be visible with full-screen note.
The state management is hard:
we need to coordinate the URL with the correct state, suggesting URL should be the source of truth
but we also need to persist some states between pages
it is doable within the component, but the code becomes very messy
I tried (99bdf3e) to extract the logic to a store, but this introduced another source of truth (URL and store), which has led to flashes of content
Currently, I've settled for a simple Toolbar without any slider, as I don't really need it. I'll add some animations and see what we end up with. Maybe then I'll include the slider.
Toolbar
The toolbar should be:
The current toolbar has also some problems:
GraphInterface
's stateSpaghetti code of mixing url-based state and persistent state. The current toolbar needs to understand
GraphInterface
's state to work.The text was updated successfully, but these errors were encountered: