Bulk actions support (#1418)

This commit is contained in:
Markos Gogoulos
2025-11-11 11:32:54 +02:00
committed by GitHub
parent 2a0cb977f2
commit e80590a3aa
160 changed files with 14100 additions and 1797 deletions

View File

@@ -143,6 +143,18 @@ const PAGES = {
component: 'ProfilePlaylistsPage',
global: { profileId: DEV_SAMPLE_DATA.profileId },
},
'profile-shared-by-me': {
id: 'profile-shared-by-me',
title: 'Profile - Shared by me',
component: 'ProfileSharedByMePage',
global: { profileId: DEV_SAMPLE_DATA.profileId },
},
'profile-shared-with-me': {
id: 'profile-shared-with-me',
title: 'Profile - Shared with me',
component: 'ProfileSharedWithMePage',
global: { profileId: DEV_SAMPLE_DATA.profileId },
},
};
const STATIC_PAGES = {