[PR #900] feature: toast popup when you queue #917

Open
opened 2026-03-03 00:01:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/900
Author: @chris90483
Created: 12/25/2025
Status: 🔄 Open

Base: masterHead: popup_at_queue


📝 Commits (4)

  • c10e57a lil popup when you queue, doesn't disappear yet though
  • 5dc1b48 remove .vscode and add it to gitignore
  • 55bba68 move frames_left update logic to UI Module, introduce config with default for frames_left and got the disappearing of the popup working
  • 0515f0d Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/900 **Author:** [@chris90483](https://github.com/chris90483) **Created:** 12/25/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `popup_at_queue` --- ### 📝 Commits (4) - [`c10e57a`](https://github.com/aome510/spotify-player/commit/c10e57afbb2a9da0fb77724fdf0c28869e8cff35) lil popup when you queue, doesn't disappear yet though - [`5dc1b48`](https://github.com/aome510/spotify-player/commit/5dc1b482156c3a3dad25c29e786c427ac78bba88) remove .vscode and add it to gitignore - [`55bba68`](https://github.com/aome510/spotify-player/commit/55bba68937b6d299b1074bfdff15b205a393ad0e) move frames_left update logic to UI Module, introduce config with default for frames_left and got the disappearing of the popup working - [`0515f0d`](https://github.com/aome510/spotify-player/commit/0515f0da358f40bb3a814c101cdf849f4b490187) Merge branch 'master' into popup_at_queue ### 📊 Changes **8 files changed** (+52 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#917
No description provided.