Add centralized Downloads page to What's New modal
This commit is contained in:
parent
7798f56885
commit
d607054f16
1 changed files with 14 additions and 0 deletions
|
|
@ -21289,6 +21289,20 @@ def get_version_info():
|
||||||
"title": "What's New in SoulSync",
|
"title": "What's New in SoulSync",
|
||||||
"subtitle": f"Version {SOULSYNC_VERSION} — Latest Changes",
|
"subtitle": f"Version {SOULSYNC_VERSION} — Latest Changes",
|
||||||
"sections": [
|
"sections": [
|
||||||
|
{
|
||||||
|
"title": "Centralized Downloads Page",
|
||||||
|
"description": "Live view of every download across the entire app in one place",
|
||||||
|
"features": [
|
||||||
|
"• New Downloads page in sidebar — shows all tracks from Sync, Discover, Artists, Search, and Wishlist",
|
||||||
|
"• Live-updating list with filter pills: All, Active, Queued, Completed, Failed",
|
||||||
|
"• Section headers group downloads by status with track counts",
|
||||||
|
"• Track position display (3 of 19) for album and playlist batches",
|
||||||
|
"• Album art, artist/album metadata, batch context, and error messages per row",
|
||||||
|
"• Clear Completed button removes finished items from the tracker",
|
||||||
|
"• Nav badge shows active download count from any page via WebSocket",
|
||||||
|
],
|
||||||
|
"usage_note": "Click Downloads in the sidebar to see all active and recent downloads. The badge updates in real-time from any page."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "First-Run Setup Wizard",
|
"title": "First-Run Setup Wizard",
|
||||||
"description": "New full-screen guided setup for first-time users",
|
"description": "New full-screen guided setup for first-time users",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue