mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #354] [MERGED] Add miscellaneous UI code changes #731
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#731
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/354
Author: @aome510
Created: 2/4/2024
Status: ✅ Merged
Merged: 2/4/2024
Merged by: @aome510
Base:
master← Head:misc-ui-code-changes📝 Commits (7)
d8240facleanup component style getter methods ofTheme77834b4fix page description's style not appliedb8f6f76useLayout::{vertical|horizontal}API to replaceLayout::default().direction(...).constraints(...)c20c5f8replaceConstraint::MinwithConstraint::Filld2c4128renamerender_track_table_windowtorender_track_table287329aupdate constraint APIs to useFillandRatiod498daeupdate rendering order📊 Changes
6 files changed (+70 additions, -145 deletions)
View changed files
📝
spotify_player/src/config/theme.rs(+2 -20)📝
spotify_player/src/ui/mod.rs(+6 -5)📝
spotify_player/src/ui/page.rs(+27 -54)📝
spotify_player/src/ui/playback.rs(+23 -39)📝
spotify_player/src/ui/popup.rs(+10 -25)📝
spotify_player/src/ui/utils.rs(+2 -2)📄 Description
ratatuiversiontui::Layoutandtui::Constraintrender_track_table_windowtorender_track_tableand make it private🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.