From 421e3e86910748199b7a09bace225e50b5120bee Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 7 Jun 2025 20:52:34 +0100 Subject: fix(mobile): Move the delete button to the end in the bookmark menu --- apps/mobile/components/bookmarks/BookmarkCard.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'apps') diff --git a/apps/mobile/components/bookmarks/BookmarkCard.tsx b/apps/mobile/components/bookmarks/BookmarkCard.tsx index 6b3a0f33..5b118f43 100644 --- a/apps/mobile/components/bookmarks/BookmarkCard.tsx +++ b/apps/mobile/components/bookmarks/BookmarkCard.tsx @@ -129,21 +129,11 @@ function ActionBar({ bookmark }: { bookmark: ZBookmark }) { ios: "folder", }), }, - { - id: "delete", - title: "Delete", - attributes: { - destructive: true, - }, - image: Platform.select({ - ios: "trash", - }), - }, { id: "manage_list", title: "Manage Lists", image: Platform.select({ - ios: "list", + ios: "list.bullet", }), }, { @@ -153,6 +143,16 @@ function ActionBar({ bookmark }: { bookmark: ZBookmark }) { ios: "tag", }), }, + { + id: "delete", + title: "Delete", + attributes: { + destructive: true, + }, + image: Platform.select({ + ios: "trash", + }), + }, ]} shouldOpenOnLongPress={false} > -- cgit v1.2.3-70-g09d2