mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #911] Show number of monitors per tag #638
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#638
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @solracsf on GitHub (Nov 5, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/911
Inside each tag box, show a number like in this example:
or hover
I think this can be helpful, and (hopefuly) not too hard to implement.
("online" or "up", just a hint)
Thanks 👍
@cuu508 commented on GitHub (Nov 9, 2023):
I've experimented with this a few times already, but I've never found a visually clean way to add the extra information.
The problem is, some people use lots of tags, and adding any extra information makes things look very noisy.
Consider this example:
This is still relatively few tags. If we add a count on the right with a darker background:
Border instead of background:
Muted text color instead of background or border:
In each case, the tags area appears considerably more noisy. I think the last variant is least bad, but still not great.
@solracsf commented on GitHub (Nov 9, 2023):
I see. I'll make some experiments and provide feedback if I can.
@solracsf commented on GitHub (Jan 14, 2024):
What about integrate it as a tooltip on mouseover (info is available and doesn't introduce noise)?
@cuu508 commented on GitHub (Jan 15, 2024):
That's an idea! It would be a bit hard to discover but it would certainly be unobtrusive.
@cuu508 commented on GitHub (Jan 22, 2024):
Initial implementation is ready, looks like so: