[PR #110] [MERGED] feature: Nested lists #1528

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/110
Author: @MohamedBassem
Created: 4/18/2024
Status: Merged
Merged: 4/18/2024
Merged by: @MohamedBassem

Base: mainHead: nested-lists


📝 Commits (2)

  • c9e9a81 feature: Add support for nested lists
  • f9b5969 prevent moving the parent to a subtree

📊 Changes

23 files changed (+1894 additions, -212 deletions)

View changed files

📝 apps/web/app/dashboard/lists/[listId]/page.tsx (+2 -9)
📝 apps/web/components/dashboard/bookmarks/AddToListModal.tsx (+21 -58)
📝 apps/web/components/dashboard/lists/AllListsView.tsx (+74 -39)
apps/web/components/dashboard/lists/BookmarkListSelector.tsx (+63 -0)
apps/web/components/dashboard/lists/CollapsibleBookmarkLists.tsx (+111 -0)
📝 apps/web/components/dashboard/lists/DeleteListConfirmationDialog.tsx (+23 -15)
📝 apps/web/components/dashboard/lists/EditListModal.tsx (+124 -22)
apps/web/components/dashboard/lists/ListHeader.tsx (+46 -0)
apps/web/components/dashboard/lists/ListOptions.tsx (+71 -0)
📝 apps/web/components/dashboard/sidebar/AllLists.tsx (+57 -22)
📝 apps/web/components/dashboard/sidebar/SidebarItem.tsx (+17 -5)
📝 apps/web/components/ui/action-confirming-dialog.tsx (+9 -4)
apps/web/components/ui/collapsible.tsx (+55 -0)
📝 apps/web/package.json (+1 -0)
packages/db/drizzle/0019_many_vertigo.sql (+2 -0)
packages/db/drizzle/meta/0019_snapshot.json (+986 -0)
📝 packages/db/drizzle/meta/_journal.json (+7 -0)
📝 packages/db/schema.ts (+7 -1)
📝 packages/shared-react/hooks/bookmarks.ts (+5 -5)
📝 packages/shared-react/hooks/lists.ts (+76 -2)

...and 3 more files

📄 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/110 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 4/18/2024 **Status:** ✅ Merged **Merged:** 4/18/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `nested-lists` --- ### 📝 Commits (2) - [`c9e9a81`](https://github.com/karakeep-app/karakeep/commit/c9e9a81f49ef36cb37109b7328eb98fb0463fcd8) feature: Add support for nested lists - [`f9b5969`](https://github.com/karakeep-app/karakeep/commit/f9b5969ae565a2cac9833bf989ce6dc0f6e961d7) prevent moving the parent to a subtree ### 📊 Changes **23 files changed** (+1894 additions, -212 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/dashboard/lists/[listId]/page.tsx` (+2 -9) 📝 `apps/web/components/dashboard/bookmarks/AddToListModal.tsx` (+21 -58) 📝 `apps/web/components/dashboard/lists/AllListsView.tsx` (+74 -39) ➕ `apps/web/components/dashboard/lists/BookmarkListSelector.tsx` (+63 -0) ➕ `apps/web/components/dashboard/lists/CollapsibleBookmarkLists.tsx` (+111 -0) 📝 `apps/web/components/dashboard/lists/DeleteListConfirmationDialog.tsx` (+23 -15) 📝 `apps/web/components/dashboard/lists/EditListModal.tsx` (+124 -22) ➕ `apps/web/components/dashboard/lists/ListHeader.tsx` (+46 -0) ➕ `apps/web/components/dashboard/lists/ListOptions.tsx` (+71 -0) 📝 `apps/web/components/dashboard/sidebar/AllLists.tsx` (+57 -22) 📝 `apps/web/components/dashboard/sidebar/SidebarItem.tsx` (+17 -5) 📝 `apps/web/components/ui/action-confirming-dialog.tsx` (+9 -4) ➕ `apps/web/components/ui/collapsible.tsx` (+55 -0) 📝 `apps/web/package.json` (+1 -0) ➕ `packages/db/drizzle/0019_many_vertigo.sql` (+2 -0) ➕ `packages/db/drizzle/meta/0019_snapshot.json` (+986 -0) 📝 `packages/db/drizzle/meta/_journal.json` (+7 -0) 📝 `packages/db/schema.ts` (+7 -1) 📝 `packages/shared-react/hooks/bookmarks.ts` (+5 -5) 📝 `packages/shared-react/hooks/lists.ts` (+76 -2) _...and 3 more files_ </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#1528
No description provided.