mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #24] [MERGED] Add a library page #584
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#584
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/24
Author: @aome510
Created: 10/31/2021
Status: ✅ Merged
Merged: 10/31/2021
Merged by: @aome510
Base:
master← Head:add-library-page📝 Commits (10+)
9b5bd4eaddPageState::LibraryandWindowState::Libraryenum variantdf51d69addui/window.rsmodule1dfa3eaimplement render function for library pagee32c731change the layout of the library window1c76958implement key sequence/command handler for library window78643e2change some commands' name and description35e7e1akeep handling command for library window when having a search popupeca5ffbrename some theme componentsfbb5afdtweak the borders of the library page674e42eupdateREADMEto not include all example sections📊 Changes
17 files changed (+795 additions, -579 deletions)
View changed files
📝
README.md(+37 -40)📝
doc/config.md(+6 -6)📝
examples/theme.toml(+3 -3)📝
scripts/theme_parse(+3 -3)📝
spotify_player/src/command.rs(+10 -6)📝
spotify_player/src/config/keymap.rs(+5 -1)📝
spotify_player/src/config/theme.rs(+9 -9)📝
spotify_player/src/event/mod.rs(+7 -0)📝
spotify_player/src/event/popup.rs(+5 -1)📝
spotify_player/src/event/window.rs(+64 -2)📝
spotify_player/src/state/model.rs(+6 -0)📝
spotify_player/src/state/ui.rs(+45 -1)➖
spotify_player/src/ui/context.rs(+0 -176)📝
spotify_player/src/ui/help.rs(+1 -1)📝
spotify_player/src/ui/mod.rs(+33 -158)➖
spotify_player/src/ui/search.rs(+0 -172)➕
spotify_player/src/ui/window.rs(+561 -0)📄 Description
Brief description of changes
command::LibraryPageto go to the library pageui/window.rs🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
client_idscoping for Spotify Connect feature withlibrespot 0.5.0#805client_idscoping for Spotify Connect feature withlibrespot 0.5.0#1746