mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #420] [MERGED] Miscellaneous UI improvements #757
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#757
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/420
Author: @aome510
Created: 4/21/2024
Status: ✅ Merged
Merged: 4/21/2024
Merged by: @aome510
Base:
master← Head:misc-ui-improvements📝 Commits (10+)
3a45044renameUIState::create_*_pagetoUIState::*_page360ce26re-use navigation command handler for scrollinga2ec042support searching in command help page9fc2a0aupdate tips for commands READMEadf6684support moreStyleModifierf521049remove redundant defaultcomponent_styleconstruction2b186dfsupport rendering playlist's description8dd1709cargo fmt9d22b0aimplement handle_navigation_command as function instead of macroe6f6ba1minor tweaks📊 Changes
14 files changed (+239 additions, -184 deletions)
View changed files
📝
README.md(+6 -5)📝
docs/config.md(+11 -1)📝
examples/theme.toml(+1 -13)📝
scripts/theme_parse(+0 -12)📝
spotify_player/src/config/keymap.rs(+12 -0)📝
spotify_player/src/config/theme.rs(+21 -0)📝
spotify_player/src/event/mod.rs(+13 -13)📝
spotify_player/src/event/page.rs(+71 -86)📝
spotify_player/src/event/popup.rs(+7 -7)📝
spotify_player/src/event/window.rs(+22 -12)📝
spotify_player/src/state/model.rs(+9 -0)📝
spotify_player/src/state/ui/mod.rs(+28 -16)📝
spotify_player/src/state/ui/page.rs(+9 -2)📝
spotify_player/src/ui/page.rs(+29 -17)📄 Description
Changes
playlist_descstyle componenthandle_navigation_commandto handle scrolling commands🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.