mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #900] feature: toast popup when you queue #1855
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#1855
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/900
Author: @chris90483
Created: 12/25/2025
Status: 🔄 Open
Base:
master← Head:popup_at_queue📝 Commits (4)
c10e57alil popup when you queue, doesn't disappear yet though5dc1b48remove .vscode and add it to gitignore55bba68move frames_left update logic to UI Module, introduce config with default for frames_left and got the disappearing of the popup working0515f0dMerge branch 'master' into popup_at_queue📊 Changes
8 files changed (+52 additions, -4 deletions)
View changed files
📝
.gitignore(+2 -1)📝
spotify_player/src/config/mod.rs(+2 -0)📝
spotify_player/src/event/mod.rs(+3 -1)📝
spotify_player/src/event/popup.rs(+1 -0)📝
spotify_player/src/event/window.rs(+1 -0)📝
spotify_player/src/state/ui/popup.rs(+9 -2)📝
spotify_player/src/ui/mod.rs(+15 -0)📝
spotify_player/src/ui/popup.rs(+19 -0)📄 Description
Description of the feature: When you add a track to the queue (with shift + z), the application adds it to your queue silently. This PR changes this behavior by making a "toast" popup appear when a track gets added to the queue. The toast popup dismisses itself automatically after some time (I implemented a default duration in the app config).
You can see a little demo here: https://youtu.be/W4txYkqaxIc
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.