mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #92] [MERGED] Improve radio feature UX #1558
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1558
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/92
Author: @aome510
Created: 12/22/2022
Status: ✅ Merged
Merged: 12/23/2022
Merged by: @aome510
Base:
master← Head:improve-radio-ux📝 Commits (10+)
607a872fix typo in README5e54354renameBrowse*actions toGoTo*actions285c951implementGoToRadioartist popup action in addition to browse action9cf49dbupdate action's names in README3b1924bcleanup322782caddserde_jsonbac8c58implement get-radio-tracks API based on librespot's mercury APIse573d6eaddcreate_new_radio_pagehelper function26cb88badd moreGoTo*Radioactions and corresponding handlers44831acupdate README📊 Changes
14 files changed (+186 additions, -121 deletions)
View changed files
📝
Cargo.lock(+3 -2)📝
README.md(+1 -1)📝
spotify_player/Cargo.toml(+1 -0)📝
spotify_player/src/client/mod.rs(+57 -43)📝
spotify_player/src/client/spotify.rs(+6 -0)📝
spotify_player/src/command.rs(+18 -8)📝
spotify_player/src/event/mod.rs(+1 -1)📝
spotify_player/src/event/page.rs(+1 -0)📝
spotify_player/src/event/popup.rs(+71 -43)📝
spotify_player/src/event/window.rs(+7 -3)📝
spotify_player/src/state/model.rs(+0 -17)📝
spotify_player/src/state/ui/mod.rs(+11 -1)📝
spotify_player/src/state/ui/popup.rs(+8 -1)📝
spotify_player/src/ui/popup.rs(+1 -1)📄 Description
Changes
Browse*actions toGoTo*actions, e.gBrowseAlbumtoGoToAlbumGoToArtistRadio,GoToAlbumRadioactions for trackGoToLibraryRadioaction for libraryGoToAlbumRadio,GoToArtistRadioactions for album🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.