[PR #2083] [MERGED] feat: display notes on bookmark card #1969

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

📋 Pull Request Information

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

Base: mainHead: feat/1183


📝 Commits (10+)

📊 Changes

13 files changed (+268 additions, -25 deletions)

View changed files

📝 .prettierignore (+3 -0)
📝 apps/mobile/app/dashboard/(tabs)/settings.tsx (+13 -1)
📝 apps/mobile/components/bookmarks/BookmarkCard.tsx (+9 -1)
apps/mobile/components/bookmarks/NotePreview.tsx (+83 -0)
📝 apps/mobile/lib/settings.ts (+2 -0)
📝 apps/web/.oxlintrc.json (+2 -0)
📝 apps/web/components/dashboard/ViewOptions.tsx (+42 -15)
📝 apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx (+20 -8)
apps/web/components/dashboard/bookmarks/NotePreview.tsx (+66 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+8 -0)
📝 apps/web/lib/userLocalSettings/bookmarksLayout.tsx (+8 -0)
📝 apps/web/lib/userLocalSettings/types.ts (+1 -0)
📝 apps/web/lib/userLocalSettings/userLocalSettings.ts (+11 -0)

📄 Description

fixes #1183

Screenshots

Grid

Image

List

Image

Mobile

Image Image

Display Options Menu

image

Mobile

Screenshot_20251103-005424

🔄 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/2083 **Author:** [@xuatz](https://github.com/xuatz) **Created:** 11/2/2025 **Status:** ✅ Merged **Merged:** 11/2/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `feat/1183` --- ### 📝 Commits (10+) - [`da55810`](https://github.com/karakeep-app/karakeep/commit/da5581024b3cc9ed8302784199a6f5cb9800832f) feat: display notes on bookmark card - [`1425c3b`](https://github.com/karakeep-app/karakeep/commit/1425c3b30e100df2ffb8623828f117e662069845) apply styling - [`d495975`](https://github.com/karakeep-app/karakeep/commit/d49597507174928f58e6aa2433c0b4ae4db2b83b) include mobile impl - [`6b2dd89`](https://github.com/karakeep-app/karakeep/commit/6b2dd89cd01301a5687095b932895d73c4ca9261) apply pr comments - [`21abd61`](https://github.com/karakeep-app/karakeep/commit/21abd612ce9aa87d4cd57c66befbd399114aeccd) add display options menu into PR - [`1ebd116`](https://github.com/karakeep-app/karakeep/commit/1ebd1162af86e25673e8b505388982a8375f56f4) put it under app setting - [`7fd94cc`](https://github.com/karakeep-app/karakeep/commit/7fd94cc98d2aca7477d8dbd2b860b7ccaa5da0e4) cleanup - [`7ecd811`](https://github.com/karakeep-app/karakeep/commit/7ecd81144d75d08db092c8e5a12ac6e391f84ab3) address pr comments - [`0eada27`](https://github.com/karakeep-app/karakeep/commit/0eada27d2daaebf929583315f8d840551326b8dc) change the default for show notes to false - [`f927519`](https://github.com/karakeep-app/karakeep/commit/f927519abfc6483581d980b348374c9b930cde87) make the in-card note font lighter ### 📊 Changes **13 files changed** (+268 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.prettierignore` (+3 -0) 📝 `apps/mobile/app/dashboard/(tabs)/settings.tsx` (+13 -1) 📝 `apps/mobile/components/bookmarks/BookmarkCard.tsx` (+9 -1) ➕ `apps/mobile/components/bookmarks/NotePreview.tsx` (+83 -0) 📝 `apps/mobile/lib/settings.ts` (+2 -0) 📝 `apps/web/.oxlintrc.json` (+2 -0) 📝 `apps/web/components/dashboard/ViewOptions.tsx` (+42 -15) 📝 `apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx` (+20 -8) ➕ `apps/web/components/dashboard/bookmarks/NotePreview.tsx` (+66 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+8 -0) 📝 `apps/web/lib/userLocalSettings/bookmarksLayout.tsx` (+8 -0) 📝 `apps/web/lib/userLocalSettings/types.ts` (+1 -0) 📝 `apps/web/lib/userLocalSettings/userLocalSettings.ts` (+11 -0) </details> ### 📄 Description fixes #1183 ## Screenshots ### Grid <img height="800" alt="Image" src="https://github.com/user-attachments/assets/dc528e8e-7b3a-4239-b876-69f70b85dcf5" /> ### List <img height="800" alt="Image" src="https://github.com/user-attachments/assets/c0277ae6-773c-4ce3-a2a4-1b063b394507" /> ### Mobile <img height="800" alt="Image" src="https://github.com/user-attachments/assets/2fa2b95f-6deb-47e8-977f-00c6bfdff0d8" /> <img height="800" alt="Image" src="https://github.com/user-attachments/assets/f5b6ea24-b5e7-48fc-90e3-7f7065ef010c" /> --- ### Display Options Menu <img width="362" height="324" alt="image" src="https://github.com/user-attachments/assets/e6963198-19cb-49a4-86de-d9b2f8840b6b" /> #### Mobile <img width="1008" height="894" alt="Screenshot_20251103-005424" src="https://github.com/user-attachments/assets/c4503181-96ec-427d-9cc3-3b6dd1ba435e" /> --- <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:59 +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#1969
No description provided.