fulcrologic / fulcro-inspect

A tool for inspecting and debugging Fulcro applications during development.
https://chrome.google.com/webstore/detail/fulcro-inspect/meeijplnfjcihnhkpanepcaffklobaal
MIT License
66 stars 10 forks source link

Improve history slider #63

Closed awkay closed 5 years ago

awkay commented 5 years ago

The history slider on the DB tab should do a better job of rendering so that the UI looks correct. Leveraging the history against the real root render might be possible, and would be desirable...a better general history API into Fulcro itself would be helpful, perhaps. The current history support in Fulcro could probably be leverage to make this more consistent and sane (e.g. marking history steps with a unique ID that could be shared with the copy of state in Inspect, along with a goto function that Inspect could use to control the history "cursor")

awkay commented 5 years ago

Fixed in 3