Add album management and trailer upload to Assets module.

Wire home routing for album_list and album_trailer, add a DEBUG home menu preview in Profile, and expand Assets tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-24 09:43:46 +08:00
parent a48eb76ba4
commit 607130ade0
17 changed files with 2018 additions and 26 deletions

View File

@ -36,6 +36,8 @@ enum HomeRoute: Hashable {
case cloudStorageTransit
case materialLibrary
case materialUpload
case albumList
case albumTrailer
case modulePlaceholder(uri: String, title: String)
}