You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if a node has multiple badges, they're currently replaced with ..., which sucks for the node operator. the entire point of badges is to show them off
on mouseover both badges are displayed in the popup. but multiple badges -- up to some sane limit -- should be displayed by default. and that limit should be greater than one 🙂
The text was updated successfully, but these errors were encountered:
note: this behavior is intermittent, as dependent on the character width of the nodeid, as the nodeid font is a proportional font, not a monospaced font: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
a monospaced font would help this be a consistent problem
either way, wider nodeids should still show multiple badges
one potential solution: show/enumerate the badges from left to right underneath the nodeid
gruns
changed the title
show multiple badges in the UI
always show multiple badges in the UI
Aug 17, 2023
if a node has multiple badges, they're currently replaced with
...
, which sucks for the node operator. the entire point of badges is to show them offon mouseover both badges are displayed in the popup. but multiple badges -- up to some sane limit -- should be displayed by default. and that limit should be greater than one 🙂
The text was updated successfully, but these errors were encountered: