day8 / re-frame-10x

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

app-db inspector expands all top-level lists/collections #304

Closed hipitihop closed 3 years ago

hipitihop commented 3 years ago

The app-db inspector expands to multiple lines all top-level lists/collections values. In turn, the top level elements cannot be collapsed, hidden. This make for a large and noisy inspector.

image

Recommend: If top level map value is a primitive like string, number, keyword, display it on same line as key, otherwise if it is a list/vector/collection/map don't expand the value(s) to multiple lines and provide an expansion widget/arrow.