Refactor music video model and views: rename user to owner, add title field, and implement music management in group detail view

This commit is contained in:
Edgar P. Burkhart 2025-06-13 18:55:50 +02:00
parent 8ed39c78b8
commit 4e28311b1c
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
11 changed files with 272 additions and 8 deletions

View file

@ -15,3 +15,7 @@ form a[role="button"] {
i.ri-vip-crown-fill {
color: var(--pico-color-amber-200);
}
.template {
display: none;
}