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

Show IDs of state machine mutations in transactions tab #64

Closed livtanong closed 5 years ago

livtanong commented 5 years ago

This is a fulcro incubator specific thing, but perhaps it will also apply to a few fulcro things. These days, I get a lot of

fulcro.incubator.ui-state-machines/trigger-state-machine-event
fulcro.incubator.pessimistic-mutations/finish-pmutation
fulcro.client.mutations/merge!

so the transactions tab in the fulcro inspector becomes less useful. I almost always have to scroll to the right to be able to distinguish between all these generic mutations. I think exposing IDs (somehow) would be a huge usability boost.

awkay commented 5 years ago

Right, that would probably be good. It really would not be that hard to read the EDN of the transaction and covert it to a more useful form for the reader.

awkay commented 5 years ago

Fixed for 3