mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #152] [MERGED] Add more UI customizations and refactor UI codes #644
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#644
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/152
Author: @aome510
Created: 3/3/2023
Status: ✅ Merged
Merged: 3/4/2023
Merged by: @aome510
Base:
master← Head:more-ui-customizations📝 Commits (10+)
608c795addborder_styleconfig optioncd3bdbeallow to configure border type4330297changeconstruct_blocktoconstruct_and_render_blockcc3e6dfdon't wrap the list inside a block647b754update the page rendering codesde6ce4fupdate playback rendering codes to useconstruct_track_actionsa68b1d7update popup rendering codes to manually render the popup's blocka6a60c8fix compile errors245c8b8clean up5d1a91ffix clippy errors📊 Changes
6 files changed (+366 additions, -254 deletions)
View changed files
📝
docs/config.md(+4 -0)📝
spotify_player/src/config/mod.rs(+23 -0)📝
spotify_player/src/ui/page.rs(+209 -156)📝
spotify_player/src/ui/playback.rs(+36 -36)📝
spotify_player/src/ui/popup.rs(+47 -42)📝
spotify_player/src/ui/utils.rs(+47 -20)📄 Description
Resolves #128
Changes
border_typeandprogress_bar_typeconfig options to customize the application's borders and playback progress bar🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.