Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/avatar-tooltip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@makeplane/propel": minor
---

Add `tooltip` to `Avatar` and `WorkspaceAvatar`: pass `true` to reuse `alt` as the hover label, or a string for different copy — a string label also becomes the accessible name, so an avatar can carry a hover-only name without `alt`. An avatar with a tooltip is forced keyboard-focusable so the label is reachable without a pointer, and one with no name stays `aria-hidden` rather than announcing as a nameless image. `AvatarGroup` wraps its members in a `TooltipProvider`, so moving across a stack shares one open delay instead of re-waiting per avatar.
Loading