logquacious icon indicating copy to clipboard operation
logquacious copied to clipboard

Automatically expand arrays in expanded view

Open gak opened this issue 4 years ago • 0 comments

Say a log entry has the following:

{
  "bugs": [
    {"sev": 0, "title": "🕷"},
    {"sev": 1, "title": "🦟"},
    {"sev": 2, "title": "🐞"},
  ]
}

Expanding bugs will display a fairly useless list of collapsed object items. The user has to manually click on each item to see its contents.

Ideally these would all be expanded when clicking on bugs.

gak avatar Jan 28 '20 05:01 gak