[PR #2277] [MERGED] feat: show bookmark owner icon in shared lists #2043

Closed
opened 2026-03-02 12:00:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2277
Author: @MohamedBassem
Created: 12/20/2025
Status: Merged
Merged: 12/24/2025
Merged by: @MohamedBassem

Base: mainHead: claude/bookmark-owner-icon-CF4Zz


📝 Commits (5)

  • 55a4802 feat: Add owner icon to bookmarks in shared lists
  • bd3a194 Merge branch 'main' into claude/bookmark-owner-icon-CF4Zz
  • e72f80f use icons in more places
  • 08c512a remove tooltip providers
  • 24bf4a3 fix non list context

📊 Changes

8 files changed (+171 additions, -46 deletions)

View changed files

📝 apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx (+43 -3)
apps/web/components/dashboard/bookmarks/BookmarkOwnerIcon.tsx (+31 -0)
📝 apps/web/components/dashboard/lists/ListHeader.tsx (+48 -16)
📝 apps/web/components/dashboard/lists/ManageCollaboratorsModal.tsx (+41 -26)
📝 apps/web/components/ui/avatar.tsx (+1 -1)
📝 packages/trpc/models/listInvitations.ts (+1 -0)
📝 packages/trpc/models/lists.ts (+4 -0)
📝 packages/trpc/routers/lists.ts (+2 -0)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2277 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 12/20/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/bookmark-owner-icon-CF4Zz` --- ### 📝 Commits (5) - [`55a4802`](https://github.com/karakeep-app/karakeep/commit/55a4802955b0f75a02fc3af0d1df143b26d31400) feat: Add owner icon to bookmarks in shared lists - [`bd3a194`](https://github.com/karakeep-app/karakeep/commit/bd3a194194c880fb3a6935c8f1f7b69d4c49c077) Merge branch 'main' into claude/bookmark-owner-icon-CF4Zz - [`e72f80f`](https://github.com/karakeep-app/karakeep/commit/e72f80fb1ca14a9c1323e630af60eb1ac6883e41) use icons in more places - [`08c512a`](https://github.com/karakeep-app/karakeep/commit/08c512a2f742de446564cc8af6a0b20dfdbf0f20) remove tooltip providers - [`24bf4a3`](https://github.com/karakeep-app/karakeep/commit/24bf4a3ae8747a32f8001587f926730e3dc9cecf) fix non list context ### 📊 Changes **8 files changed** (+171 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx` (+43 -3) ➕ `apps/web/components/dashboard/bookmarks/BookmarkOwnerIcon.tsx` (+31 -0) 📝 `apps/web/components/dashboard/lists/ListHeader.tsx` (+48 -16) 📝 `apps/web/components/dashboard/lists/ManageCollaboratorsModal.tsx` (+41 -26) 📝 `apps/web/components/ui/avatar.tsx` (+1 -1) 📝 `packages/trpc/models/listInvitations.ts` (+1 -0) 📝 `packages/trpc/models/lists.ts` (+4 -0) 📝 `packages/trpc/routers/lists.ts` (+2 -0) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2043
No description provided.