From cd623ad9d6281389b0a092520c777567fcf5464b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 2 Mar 2024 14:23:46 +0000 Subject: feature: Add an 'All Lists' page --- packages/web/app/dashboard/components/AllLists.tsx | 6 ++++++ packages/web/app/dashboard/components/ModileSidebar.tsx | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'packages/web/app/dashboard/components') diff --git a/packages/web/app/dashboard/components/AllLists.tsx b/packages/web/app/dashboard/components/AllLists.tsx index 5dc36043..e2a6b777 100644 --- a/packages/web/app/dashboard/components/AllLists.tsx +++ b/packages/web/app/dashboard/components/AllLists.tsx @@ -25,6 +25,12 @@ export default function AllLists() { + 📋} + name="All Lists" + path={`/dashboard/lists`} + className="py-0.5" + /> ⭐️} name="Favourties" diff --git a/packages/web/app/dashboard/components/ModileSidebar.tsx b/packages/web/app/dashboard/components/ModileSidebar.tsx index c9a933fa..4bd6a347 100644 --- a/packages/web/app/dashboard/components/ModileSidebar.tsx +++ b/packages/web/app/dashboard/components/ModileSidebar.tsx @@ -1,5 +1,11 @@ import MobileSidebarItem from "./ModileSidebarItem"; -import { Tag, PackageOpen, Settings, Search } from "lucide-react"; +import { + Tag, + PackageOpen, + Settings, + Search, + ClipboardList, +} from "lucide-react"; import SidebarProfileOptions from "./SidebarProfileOptions"; export default async function MobileSidebar() { @@ -8,6 +14,7 @@ export default async function MobileSidebar() {
    } path="/dashboard/bookmarks" /> } path="/dashboard/search" /> + } path="/dashboard/lists" /> } path="/dashboard/tags" /> } path="/dashboard/settings" /> -- cgit v1.2.3-70-g09d2