mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #61] [MERGED] Add browse page #1550
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#1550
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/61
Author: @aome510
Created: 7/2/2022
Status: ✅ Merged
Merged: 7/2/2022
Merged by: @aome510
Base:
master← Head:add-browse-page📝 Commits (10+)
cd7bde1initial cleanupb8a0a6faddClientRequest::GetBrowseCategoriesand its handler994d72faddCommand::BrowsePageand its handler30f92aeadd a simple browse page5052f6fimplement command handler for browse page69d815fmakeBrowsePageUIStatean enum to support different browse page types209dbd8wip add category playlists page6d1907eimplement command/event handler for new browse page enum variantcae2920update page title556fab2update README: addBrowsePagecommand📊 Changes
13 files changed (+275 additions, -25 deletions)
View changed files
📝
README.md(+1 -0)📝
spotify_player/src/client/mod.rs(+37 -3)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/mod.rs(+13 -0)📝
spotify_player/src/event/page.rs(+96 -0)📝
spotify_player/src/event/popup.rs(+3 -0)📝
spotify_player/src/state/data.rs(+9 -0)📝
spotify_player/src/state/model.rs(+20 -21)📝
spotify_player/src/state/ui/page.rs(+23 -1)📝
spotify_player/src/ui/mod.rs(+1 -0)📝
spotify_player/src/ui/page.rs(+55 -0)📝
spotify_player/src/ui/utils.rs(+11 -0)📄 Description
Changes
BrowsePagecommand (default binding:g b) and its handlersGetBrowseCategoriesandGetBrowseCategoryPlaylistsclient requests along with their handlers🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.