Collections browser: add a button to remove collections

This commit is contained in:
2026-04-25 17:39:01 +02:00
parent b48c42c40c
commit 2f5fc3d0a3
10 changed files with 192 additions and 9 deletions

View File

@@ -7,5 +7,4 @@ type Collection struct {
Name string
User User
UserID uint
Items []CollectionItem
}