mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #485] [CLOSED] Layout Change: Queue View Widget #557
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#557
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/485
Author: @SO9010
Created: 6/30/2024
Status: ❌ Closed
Base:
main← Head:master📝 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
16 files changed (+397 additions, -47 deletions)
View changed files
📝
psst-core/src/player/mod.rs(+10 -0)📝
psst-core/src/player/queue.rs(+56 -1)📝
psst-gui/build.rs(+1 -1)📝
psst-gui/src/cmd.rs(+5 -0)📝
psst-gui/src/controller/playback.rs(+68 -2)📝
psst-gui/src/data/config.rs(+2 -0)📝
psst-gui/src/data/mod.rs(+17 -5)📝
psst-gui/src/data/playback.rs(+11 -0)📝
psst-gui/src/ui/home.rs(+24 -28)📝
psst-gui/src/ui/mod.rs(+10 -2)📝
psst-gui/src/ui/playback.rs(+5 -5)📝
psst-gui/src/ui/preferences.rs(+6 -0)➕
psst-gui/src/ui/queued.rs(+149 -0)📝
psst-gui/src/ui/track.rs(+1 -1)📝
psst-gui/src/widget/icons.rs(+6 -0)📝
psst-gui/src/widget/utils.rs(+26 -2)📄 Description
This is addressing #476 on creating a new layout and this is a draft PR so that @jacksongoode is able to collaborate with me.
Features:
- Clear queue
- Remove from queue
Questions:
Current look of this PR:
https://github.com/jpochyla/psst/assets/77629938/e1d097dc-89ab-4cdb-8585-583db7b69625
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.