[PR #98] [MERGED] feature(web): Allow changing the bookmark grid layout #1527

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/98
Author: @MohamedBassem
Created: 4/13/2024
Status: Merged
Merged: 4/13/2024
Merged by: @MohamedBassem

Base: mainHead: layout-change


📝 Commits (1)

  • acb1169 feature(web): Allow changing the bookmark grid layout

📊 Changes

20 files changed (+546 additions, -268 deletions)

View changed files

📝 apps/web/app/layout.tsx (+15 -1)
📝 apps/web/components/dashboard/bookmarks/AssetCard.tsx (+54 -42)
apps/web/components/dashboard/bookmarks/BookmarkCardSkeleton.tsx (+0 -30)
apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx (+131 -0)
📝 apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx (+33 -11)
📝 apps/web/components/dashboard/bookmarks/EditorCard.tsx (+8 -1)
📝 apps/web/components/dashboard/bookmarks/LinkCard.tsx (+67 -58)
📝 apps/web/components/dashboard/bookmarks/TagList.tsx (+4 -1)
📝 apps/web/components/dashboard/bookmarks/TextCard.tsx (+30 -24)
📝 apps/web/components/dashboard/preview/BookmarkPreview.tsx (+1 -1)
📝 apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx (+76 -14)
apps/web/components/ui/imageCard.tsx (+0 -69)
📝 apps/web/lib/providers.tsx (+20 -14)
apps/web/lib/userLocalSettings/bookmarksLayout.tsx (+37 -0)
apps/web/lib/userLocalSettings/types.ts (+24 -0)
apps/web/lib/userLocalSettings/userLocalSettings.ts (+18 -0)
📝 apps/web/package.json (+1 -1)
📝 packages/trpc/routers/bookmarks.ts (+2 -0)
📝 packages/trpc/types/bookmarks.ts (+24 -0)
📝 pnpm-lock.yaml (+1 -1)

📄 Description

No description provided


🔄 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/98 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 4/13/2024 **Status:** ✅ Merged **Merged:** 4/13/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `layout-change` --- ### 📝 Commits (1) - [`acb1169`](https://github.com/karakeep-app/karakeep/commit/acb1169445d395b998f82f09317e0584d942025e) feature(web): Allow changing the bookmark grid layout ### 📊 Changes **20 files changed** (+546 additions, -268 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/layout.tsx` (+15 -1) 📝 `apps/web/components/dashboard/bookmarks/AssetCard.tsx` (+54 -42) ➖ `apps/web/components/dashboard/bookmarks/BookmarkCardSkeleton.tsx` (+0 -30) ➕ `apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx` (+131 -0) 📝 `apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx` (+33 -11) 📝 `apps/web/components/dashboard/bookmarks/EditorCard.tsx` (+8 -1) 📝 `apps/web/components/dashboard/bookmarks/LinkCard.tsx` (+67 -58) 📝 `apps/web/components/dashboard/bookmarks/TagList.tsx` (+4 -1) 📝 `apps/web/components/dashboard/bookmarks/TextCard.tsx` (+30 -24) 📝 `apps/web/components/dashboard/preview/BookmarkPreview.tsx` (+1 -1) 📝 `apps/web/components/dashboard/sidebar/SidebarProfileOptions.tsx` (+76 -14) ➖ `apps/web/components/ui/imageCard.tsx` (+0 -69) 📝 `apps/web/lib/providers.tsx` (+20 -14) ➕ `apps/web/lib/userLocalSettings/bookmarksLayout.tsx` (+37 -0) ➕ `apps/web/lib/userLocalSettings/types.ts` (+24 -0) ➕ `apps/web/lib/userLocalSettings/userLocalSettings.ts` (+18 -0) 📝 `apps/web/package.json` (+1 -1) 📝 `packages/trpc/routers/bookmarks.ts` (+2 -0) 📝 `packages/trpc/types/bookmarks.ts` (+24 -0) 📝 `pnpm-lock.yaml` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:02 +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#1527
No description provided.