day8 / re-frame-10x

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

add inspector in app-db tab gives no feedback #305

Closed hipitihop closed 3 years ago

hipitihop commented 3 years ago

In v1.1.1 frequently when you press the +path inspector there is no immediate feedback if you have any existing ones. The reason for this is that new inspectors are added to the bottom of the list, which is often not visible as the preceding inspectors take up most of the panel space so one would have to scroll down to see the newly added one. This is also made worse by the fact that the initial inspector expands all top level lists/collection values see #304