logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 4fcd51122598dbe51bc85c6c193cbfdb15a5da20
parent eef151e7a670ea8dd56d7a497d740cf23ddfd5bf
Author: Matrix-Sasuke <ken@shigusegubu.club>
Date:   Thu, 14 Nov 2024 12:36:31 +0100

fix bookmarks not showing on mobile

Diffstat:

Achangelog.d/show-bookmarks-on-mobile.fix1+
Msrc/components/navigation/navigation.js3+--
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog.d/show-bookmarks-on-mobile.fix b/changelog.d/show-bookmarks-on-mobile.fix @@ -0,0 +1 @@ +Bookmarks on mobile were no longer showing diff --git a/src/components/navigation/navigation.js b/src/components/navigation/navigation.js @@ -32,8 +32,7 @@ export const TIMELINES = { bookmarks: { route: 'bookmarks', icon: 'bookmark', - label: 'nav.bookmarks', - criteria: ['!supportsBookmarkFolders', 'supportsBookmarkFolders'] + label: 'nav.bookmarks' }, favorites: { routeObject: { name: 'user-profile', query: { tab: 'favorites' } },