[PR #1036] [CLOSED] Add Unsorted tab to dashboard #1729

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1036
Author: @garygcchiu
Created: 2/16/2025
Status: Closed

Base: mainHead: add-unsorted-tab


📝 Commits (1)

  • 78c6eb0 Add Unsorted tab to dashboard

📊 Changes

2 files changed (+26 additions, -1 deletions)

View changed files

📝 apps/web/app/dashboard/layout.tsx (+6 -1)
apps/web/app/dashboard/unsorted/page.tsx (+20 -0)

📄 Description

Add a new 'Unsorted' tab to the dashboard to include all items not associated with a list.

  • Dashboard Layout:

    • Import Inbox icon from lucide-react.
    • Add 'Unsorted' tab to the items function with the Inbox icon and path /dashboard/unsorted.
  • Unsorted Page:

    • Create apps/web/app/dashboard/unsorted/page.tsx.
    • Import and use the Bookmarks component to display items not associated with any list.
    • Set the query prop to filter items not associated with any list.
    • Add a header with the title 'Unsorted'.

🔄 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/1036 **Author:** [@garygcchiu](https://github.com/garygcchiu) **Created:** 2/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-unsorted-tab` --- ### 📝 Commits (1) - [`78c6eb0`](https://github.com/karakeep-app/karakeep/commit/78c6eb00e0afc905251719d958f6a797f40e9980) Add Unsorted tab to dashboard ### 📊 Changes **2 files changed** (+26 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/dashboard/layout.tsx` (+6 -1) ➕ `apps/web/app/dashboard/unsorted/page.tsx` (+20 -0) </details> ### 📄 Description Add a new 'Unsorted' tab to the dashboard to include all items not associated with a list. * **Dashboard Layout**: - Import `Inbox` icon from `lucide-react`. - Add 'Unsorted' tab to the `items` function with the `Inbox` icon and path `/dashboard/unsorted`. * **Unsorted Page**: - Create `apps/web/app/dashboard/unsorted/page.tsx`. - Import and use the `Bookmarks` component to display items not associated with any list. - Set the `query` prop to filter items not associated with any list. - Add a header with the title 'Unsorted'. --- <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: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#1729
No description provided.