[PR #2164] [MERGED] fix: Hide viewer-only shared lists in Manage Lists #2008

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2164
Author: @MohamedBassem
Created: 11/23/2025
Status: Merged
Merged: 11/23/2025
Merged by: @MohamedBassem

Base: mainHead: claude/hide-viewer-shared-lists-01Fst6NBvdxrXXnDhUmjsNDP


📝 Commits (1)

  • fcc9c40 feat: Hide shared lists where user is a viewer in Manage Lists dialog

📊 Changes

3 files changed (+38 additions, -27 deletions)

View changed files

📝 apps/browser-extension/src/components/ListsSelector.tsx (+26 -24)
📝 apps/mobile/app/dashboard/bookmarks/[slug]/manage_lists.tsx (+5 -1)
📝 apps/web/components/dashboard/lists/BookmarkListSelector.tsx (+7 -2)

📄 Description

Users with viewer role cannot add/remove bookmarks from lists, so these lists should not appear in the Manage Lists dialog across all platforms (web, mobile, and extension).

Changes:

  • Web: Updated BookmarkListSelector to filter out viewer lists
  • Mobile: Updated manage_lists.tsx to filter out viewer lists
  • Extension: Updated ListsSelector to filter out viewer lists

🔄 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/2164 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 11/23/2025 **Status:** ✅ Merged **Merged:** 11/23/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/hide-viewer-shared-lists-01Fst6NBvdxrXXnDhUmjsNDP` --- ### 📝 Commits (1) - [`fcc9c40`](https://github.com/karakeep-app/karakeep/commit/fcc9c40dc1e7b608ca9c6f5c539b469a65d54864) feat: Hide shared lists where user is a viewer in Manage Lists dialog ### 📊 Changes **3 files changed** (+38 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `apps/browser-extension/src/components/ListsSelector.tsx` (+26 -24) 📝 `apps/mobile/app/dashboard/bookmarks/[slug]/manage_lists.tsx` (+5 -1) 📝 `apps/web/components/dashboard/lists/BookmarkListSelector.tsx` (+7 -2) </details> ### 📄 Description Users with viewer role cannot add/remove bookmarks from lists, so these lists should not appear in the Manage Lists dialog across all platforms (web, mobile, and extension). Changes: - Web: Updated BookmarkListSelector to filter out viewer lists - Mobile: Updated manage_lists.tsx to filter out viewer lists - Extension: Updated ListsSelector to filter out viewer lists --- <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:09 +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#2008
No description provided.