buggregator / frontend

Buggregator UI
https://buggregator.dev/
15 stars 8 forks source link

Improve Span Context Display in Inspector Report #96

Closed butschster closed 3 weeks ago

butschster commented 9 months ago

The current display of the Inspector Report in Buggregator presents each span with associated context, such as SQL queries and their duration, directly next to the span. This can lead to a cluttered interface and make it difficult for users to quickly scan and understand the report.

Proposed Solution: Rework the display of context information for each span to enhance clarity. The context should not be displayed inline with the span but should instead be available as a tooltip that appears when a user hovers over or clicks on the span block. This change aims to make the interface cleaner and the data more digestible at a glance.

Attached is a screenshot from the current Inspector Report interface, illustrating the issue with inline context display. image


And funny picture from DALL-E with suggestion on how to display this data

image

Kreezag commented 9 months ago

@butschster Could you please add description ?

butschster commented 9 months ago

@butschster Could you please add description ?

Done

Kreezag commented 2 months ago

This request is relevant only for inspector page.

Kreezag commented 3 weeks ago

fixed in #215