From 3324f4487a8ff8f1a8317776775255ec013b07a7 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 2 Mar 2024 14:33:44 +0000 Subject: feature: Add 'New List' button in the all lists page --- packages/web/app/dashboard/components/NewListModal.tsx | 2 +- .../web/app/dashboard/lists/components/AllListsView.tsx | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/web/app/dashboard/components/NewListModal.tsx b/packages/web/app/dashboard/components/NewListModal.tsx index 17b72576..f51616ed 100644 --- a/packages/web/app/dashboard/components/NewListModal.tsx +++ b/packages/web/app/dashboard/components/NewListModal.tsx @@ -102,7 +102,7 @@ export default function NewListModal() { })} > - Create List + New List
+
+ {lists.lists.map((l) => ( -- cgit v1.2.3-70-g09d2