feat(tooltip): add tooltip on users and groups

This commit is contained in:
Edouard Vanbelle
2026-06-05 15:01:22 +02:00
parent c5e0800336
commit e4bb5b064a
23 changed files with 566 additions and 26 deletions
+6
View File
@@ -21,6 +21,12 @@
overflow: hidden;
}
/* The on-hover email tooltip (used by `createUserVignette` when the
email is set) and the rich group-members popover both live in
`components/tooltip.css` and are attached at runtime via
`static/js/utils/tooltip.js` — kept generic so other surfaces
(role chips, link chips, action buttons) can opt in the same way. */
.user-vignette__avatar {
border-radius: 50%;
display: flex;