mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #134] [MERGED] Add sixel support #1579
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#1579
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/134
Author: @aome510
Created: 2/15/2023
Status: ✅ Merged
Merged: 2/18/2023
Merged by: @aome510
Base:
master← Head:add-sixel-support📝 Commits (8)
9d87fa0add sixel support7054109handlesixelfeature more carefully to avoid complication errors626f2e0Merge remote-tracking branch 'origin/master' into add-sixel-support45431ebmovesplit_rect_for_playback_windowtoui::playbackmodule858a59ehandle playback window's width that depends on the cover image's width3def72crenameplayback_widthtoplayback_window_widthddceab6addcover_img_scaleconfig option8ff2b58add more documentation📊 Changes
9 files changed (+98 additions, -32 deletions)
View changed files
📝
Cargo.lock(+25 -0)📝
README.md(+15 -0)📝
docs/config.md(+3 -2)📝
examples/app.toml(+1 -1)📝
spotify_player/Cargo.toml(+1 -0)📝
spotify_player/src/config/mod.rs(+7 -2)📝
spotify_player/src/main.rs(+2 -0)📝
spotify_player/src/ui/mod.rs(+1 -25)📝
spotify_player/src/ui/playback.rs(+43 -2)📄 Description
Changes
sixelsupport undersixelfeatureplayback_positiontoplayback_window_position🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.