Updated mobile Bookmarks/Starred boards. Part 1. In Progress.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-14 10:43:39 +03:00
parent f3efaf59e1
commit da98942cce
9 changed files with 210 additions and 5 deletions

View file

@ -240,6 +240,25 @@ FlowRouter.route('/global-search', {
},
});
// Mobile Bookmarks page
FlowRouter.route('/bookmarks', {
name: 'bookmarks',
triggersEnter: [AccountsTemplates.ensureSignedIn],
action() {
Filter.reset();
Session.set('sortBy', '');
EscapeActions.executeUpTo('popup-close');
Utils.manageCustomUI();
Utils.manageMatomo();
BlazeLayout.render('defaultLayout', {
headerBar: 'boardListHeaderBar',
content: 'bookmarks',
});
},
});
FlowRouter.route('/broken-cards', {
name: 'broken-cards',
action() {