mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #482] [MERGED] Add ability to adjust window ratios #1711
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#1711
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/482
Author: @DOD-101
Created: 6/30/2024
Status: ✅ Merged
Merged: 8/2/2024
Merged by: @aome510
Base:
master← Head:add-278-2024-06-30📝 Commits (10+)
c662594Add config options for library section width6c38580Add check to config width valuesabb8b92Clean up code and rename config values7b48c95Add documentation for new config options21f5935Remove error handling code6780cbeMerge branch 'master' into add-278-2024-06-3033153b5skip single selection for artist actions (#507)ea32a53show album types in the artist context (#508)e69394fFix mismatched arguments (#511)bde96bdUse BufReader/BufWriter for data from file cache (#510)📊 Changes
5 files changed (+81 additions, -19 deletions)
View changed files
📝
docs/config.md(+25 -6)📝
examples/app.toml(+5 -2)📝
spotify_player/src/config/mod.rs(+40 -6)📝
spotify_player/src/ui/page.rs(+9 -3)📝
spotify_player/src/ui/playback.rs(+2 -2)📄 Description
resolve #480
This PR adds the following:
layoutsection to the config which contains options for adjusting the ratios of windows found within the appplayback_window_width(nowplayback_window_height) &playback_window_positionto newlayoutsection🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.