[PR #2034] [CLOSED] feat: Add bookmark card display customization options #1955

Closed
opened 2026-03-02 11:59:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2034
Author: @MohamedBassem
Created: 10/12/2025
Status: Closed

Base: mainHead: claude/issue-2028-20251012-1429


📝 Commits (2)

  • 551d684 feat: Add bookmark card display customization options
  • 5628aa6 refactor: Consolidate bookmark display hooks into single hook

📊 Changes

5 files changed (+212 additions, -20 deletions)

View changed files

📝 apps/web/components/dashboard/ViewOptions.tsx (+87 -0)
📝 apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx (+46 -20)
📝 apps/web/lib/userLocalSettings/bookmarksLayout.tsx (+16 -0)
📝 apps/web/lib/userLocalSettings/types.ts (+8 -0)
📝 apps/web/lib/userLocalSettings/userLocalSettings.ts (+55 -0)

📄 Description

Summary

Adds new display customization options to the bookmark view settings:

  1. Element Visibility Toggles - Show/hide images, text, and tags on bookmark cards
  2. Card Height Restriction - Toggle to restrict or allow unlimited card height (masonry layout only)
  3. Image Fit Mode - Choose between 'cover' and 'contain' for image display

All settings are stored in local user settings and persist across sessions.

Closes #2028
Related to #261, #1960


Generated with Claude Code


🔄 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/2034 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 10/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `claude/issue-2028-20251012-1429` --- ### 📝 Commits (2) - [`551d684`](https://github.com/karakeep-app/karakeep/commit/551d684e62e696e768a04a6938cbe4a2b4329a09) feat: Add bookmark card display customization options - [`5628aa6`](https://github.com/karakeep-app/karakeep/commit/5628aa68acdd505aa8d2a81c53193d8ca10a38c5) refactor: Consolidate bookmark display hooks into single hook ### 📊 Changes **5 files changed** (+212 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/ViewOptions.tsx` (+87 -0) 📝 `apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx` (+46 -20) 📝 `apps/web/lib/userLocalSettings/bookmarksLayout.tsx` (+16 -0) 📝 `apps/web/lib/userLocalSettings/types.ts` (+8 -0) 📝 `apps/web/lib/userLocalSettings/userLocalSettings.ts` (+55 -0) </details> ### 📄 Description ### Summary Adds new display customization options to the bookmark view settings: 1. **Element Visibility Toggles** - Show/hide images, text, and tags on bookmark cards 2. **Card Height Restriction** - Toggle to restrict or allow unlimited card height (masonry layout only) 3. **Image Fit Mode** - Choose between 'cover' and 'contain' for image display All settings are stored in local user settings and persist across sessions. Closes #2028 Related to #261, #1960 --- Generated with [Claude Code](https://claude.ai/code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:55 +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#1955
No description provided.