day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Save/highlight paths into app-state #81

Closed daiyi closed 6 years ago

daiyi commented 7 years ago

Allow user to specific some paths into app-state to highlight and remain expanded.

danielcompton commented 7 years ago

I was wondering if the paths would extract out the subset of data and just display that, rather than displaying all of app-db and expanding paths. It might be easier to see for deeply nested data. Not sure.

daiyi commented 7 years ago

That's a good point! and it would certainly be easier to implement (:

danielcompton commented 6 years ago

This is fixed now.