Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

always show multiple badges in the UI #54

Open
gruns opened this issue Aug 17, 2023 · 1 comment
Open

always show multiple badges in the UI #54

gruns opened this issue Aug 17, 2023 · 1 comment
Labels
bug Something isn't working Medium Priority

Comments

@gruns
Copy link
Contributor

gruns commented 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 off

image

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 🙂

@gruns gruns added bug Something isn't working Medium Priority labels Aug 17, 2023
@gruns
Copy link
Contributor Author

gruns commented Aug 17, 2023

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

image

  1. a monospaced font would help this be a consistent problem
  2. either way, wider nodeids should still show multiple badges

one potential solution: show/enumerate the badges from left to right underneath the nodeid

image

@gruns gruns changed the title show multiple badges in the UI always show multiple badges in the UI Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Medium Priority
Projects
None yet
Development

No branches or pull requests

1 participant