profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Consider always displaying the marker name in the marker chart

Open julienw opened this issue 8 months ago • 1 comments

Coming from @nordzilla, it would be good to show the marker names in the marker chart, even when they're long. Erik would like to be able to resize the marker name column, but that's not super easy currently.

One idea is to have an hybrid method compared to what we have with the active tab view (see example: https://share.firefox.dev/42UA8v2).

Of course we'd still keep the column, but the marker name would "leak out", just the outside part would disappear on hover.

┆Issue is synchronized with this Jira Task

julienw avatar Apr 28 '25 14:04 julienw

This commit in #5483 removed some marker chart code that might be useful for implementing this feature: https://github.com/firefox-devtools/profiler/pull/5483/commits/7f3158c218bd7ebfd86bc79dd8c73f2ee503dfe2

canova avatar Jun 12 '25 15:06 canova