diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-30 15:46:31 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-11-30 15:46:44 +0000 |
| commit | 3c6b8e97be4a2b4c793ddfcc5009fc1e0f00b9bb (patch) | |
| tree | 61f7025a655098b2a56a4f609b4b9ffa2847d4c7 /apps/web/components/dashboard/sidebar/AllLists.tsx | |
| parent | 9a33938529ebf4005ef260aaa1485e8a27789e66 (diff) | |
| download | karakeep-3c6b8e97be4a2b4c793ddfcc5009fc1e0f00b9bb.tar.zst | |
feat: add a notification badge for list invitations
Diffstat (limited to 'apps/web/components/dashboard/sidebar/AllLists.tsx')
| -rw-r--r-- | apps/web/components/dashboard/sidebar/AllLists.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/sidebar/AllLists.tsx b/apps/web/components/dashboard/sidebar/AllLists.tsx index f8b80cba..306bf4b4 100644 --- a/apps/web/components/dashboard/sidebar/AllLists.tsx +++ b/apps/web/components/dashboard/sidebar/AllLists.tsx @@ -24,6 +24,7 @@ import { ZBookmarkListTreeNode } from "@karakeep/shared/utils/listUtils"; import { CollapsibleBookmarkLists } from "../lists/CollapsibleBookmarkLists"; import { EditListModal } from "../lists/EditListModal"; import { ListOptions } from "../lists/ListOptions"; +import { InvitationNotificationBadge } from "./InvitationNotificationBadge"; export default function AllLists({ initialData, @@ -90,6 +91,7 @@ export default function AllLists({ path={`/dashboard/lists`} linkClassName="py-0.5" className="px-0.5" + right={<InvitationNotificationBadge />} /> <SidebarItem logo={<span className="text-lg">⭐️</span>} |
