aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui/avatar.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-24feat: show bookmark owner icon in shared lists (#2277)Mohamed Bassem1-1/+1
* feat: Add owner icon to bookmarks in shared lists Display a small icon showing the bookmark owner's name and email on hover when viewing bookmarks from other users in shared lists. The icon appears in the top-right corner of bookmark cards across all layout types (grid, list, compact). Changes: - Add user field to ZBookmark type to include owner name and email - Update bookmark queries to fetch user information via join - Create BookmarkOwnerIcon component with tooltip showing owner details - Integrate owner indicator into BookmarkLayoutAdaptingCard for all layouts - Only show icon for bookmarks not owned by current user * use icons in more places * remove tooltip providers * fix non list context --------- Co-authored-by: Claude <noreply@anthropic.com>
2025-12-24feat: add support for user avatars (#2296)Mohamed Bassem1-0/+49
* feat: add support for user avatars * more fixes * more fixes * more fixes * more fixes