optimize playlist edit modal (#1234)

- remove user list fetch if not admin
- move to context modal to allow dynamic content
This commit is contained in:
jeffvli
2025-12-14 04:43:48 -08:00
parent b19e752314
commit 752b191ad7
4 changed files with 73 additions and 111 deletions
+1
View File
@@ -161,6 +161,7 @@ export const usePermissions = () => {
return {
playlists: {
editOwner: isAdmin,
editPublic: isAdmin,
},
radio: {