-
Notifications
You must be signed in to change notification settings - Fork 526
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededworkspace/playlist
Description
Workspace
playlist
🔖 Feature description
Similar to how the PlaylistIndexPage can be customized, it would be really nice if one could also make the PlaylistPage customized.
Something like:
<Route path="/playlist:playlistId" element={<PlaylistPage />}>
<CustomPlaylistPage />
</Route>🎤 Context
My team would like to add some security components to the PlaylistPage, and it would be nice not having to fork the whole page to be able to customize it.
✌️ Possible Implementation
Same solution that is used for PlaylistIndexPage.
Would also be great if one would export PlaylistEditDialog and PlaylistHeader from the plugin since they are used in the PlaylistPage.
👀 Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
No, but I'm happy to collaborate on a PR with someone else
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededworkspace/playlist