Open gak opened 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.
bugs
Ideally these would all be expanded when clicking on bugs.
Say a log entry has the following:
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
.