Skip to content

🚀 Playlist: Allow customized PlaylistPage #6402

@fridajac

Description

@fridajac

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?

Are you willing to submit PR?

No, but I'm happy to collaborate on a PR with someone else

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions