From d193d9bf89e8a88bf70b673ea5e438d73cf40c0c Mon Sep 17 00:00:00 2001 From: Md Saban <45597394+mdsaban@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:51:23 +0530 Subject: feat: Add bulk edit option for bookmarks. Fixes #84 (#259) * feat: add bulk edit option for bookmarks * fix: resolve comments * fix: resolve comments * fix: resolve comments * fix: resolve comments * rename bulk action store, simplify the bulk action toolbar --------- Co-authored-by: MohamedBassem --- apps/web/components/dashboard/GlobalActions.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/web/components/dashboard/GlobalActions.tsx (limited to 'apps/web/components/dashboard/GlobalActions.tsx') diff --git a/apps/web/components/dashboard/GlobalActions.tsx b/apps/web/components/dashboard/GlobalActions.tsx new file mode 100644 index 00000000..e09f92a2 --- /dev/null +++ b/apps/web/components/dashboard/GlobalActions.tsx @@ -0,0 +1,13 @@ +"use client"; + +import BulkBookmarksAction from "@/components/dashboard/BulkBookmarksAction"; +import ChangeLayout from "@/components/dashboard/ChangeLayout"; + +export default function GlobalActions() { + return ( +
+ + +
+ ); +} -- cgit v1.2.3-70-g09d2