mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #572] Queue widget rebase #602
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#602
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/jpochyla/psst/pull/572
Author: @jacksongoode
Created: 12/23/2024
Status: 🔄 Open
Base:
main← Head:queue-widget📝 Commits (10+)
2295cefAdd ability to add to queue856a70aadd ability to take queued song to other playlists, TODO: make it so it passes the song so it can be displayed in the corner7f0bab4Add to queue rework - Now queues are heldecd8546Fix if switching contexts e.g: playing a different song from a different album, retains added queue.9a99249Change added_items to user_added_items, Lint using clippy.8f13fddLinting done with formatbc9791fVar name to user_itemsa00272bRemove redundant comment4f5296aUI change starting6f27d9bMerge branch 'master' of https://github.com/SO9010/psst📊 Changes
27 files changed (+661 additions, -104 deletions)
View changed files
📝
.github/workflows/build.yml(+136 -24)➕
.homebrew/generate_formula.sh(+56 -0)📝
.pkg/DEBIAN/control(+1 -1)📝
.pkg/psst.desktop(+1 -1)📝
README.md(+11 -11)📝
psst-cli/src/main.rs(+1 -1)📝
psst-core/src/item_id.rs(+20 -14)📝
psst-core/src/metadata.rs(+9 -9)📝
psst-core/src/player/item.rs(+4 -4)📝
psst-core/src/player/mod.rs(+15 -0)📝
psst-core/src/player/queue.rs(+56 -1)📝
psst-gui/Cargo.toml(+3 -3)📝
psst-gui/src/cmd.rs(+5 -0)📝
psst-gui/src/controller/playback.rs(+101 -16)📝
psst-gui/src/data/config.rs(+2 -0)📝
psst-gui/src/data/mod.rs(+21 -5)📝
psst-gui/src/data/playback.rs(+11 -0)📝
psst-gui/src/data/show.rs(+1 -1)📝
psst-gui/src/data/track.rs(+1 -1)📝
psst-gui/src/ui/mod.rs(+10 -2)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.