cashapp / logquacious

Logquacious (lq) is a fast and simple log viewer.
Apache License 2.0
59 stars 14 forks source link

Automatically expand arrays in expanded view #86

Open gak opened 4 years ago

gak commented 4 years ago

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.