[PR #852] [MERGED] feat: optional transient notifications #1837

Closed
opened 2026-03-14 15:35:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/852
Author: @kirpy0x
Created: 10/13/2025
Status: Merged
Merged: 12/28/2025
Merged by: @aome510

Base: masterHead: feat/transient-notify


📝 Commits (4)

  • aac99eb added the option to make notifications transient, added to docs and example
  • eb6c33a Merge branch 'master' into feat/transient-notify
  • ed8dd33 Merge branch 'aome510:master' into feat/transient-notify
  • b10d916 cleanup

📊 Changes

4 files changed (+13 additions, -0 deletions)

View changed files

📝 docs/config.md (+1 -0)
📝 examples/app.toml (+1 -0)
📝 spotify_player/src/client/mod.rs (+5 -0)
📝 spotify_player/src/config/mod.rs (+6 -0)

📄 Description

Added the option to make notifications transient with notify_transient = true.

For those who like to see it pop up but don't care to see it stay in their notification center.


🔄 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/852 **Author:** [@kirpy0x](https://github.com/kirpy0x) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `feat/transient-notify` --- ### 📝 Commits (4) - [`aac99eb`](https://github.com/aome510/spotify-player/commit/aac99ebe05fa8da23f402e1cc3d5c319f335e503) added the option to make notifications transient, added to docs and example - [`eb6c33a`](https://github.com/aome510/spotify-player/commit/eb6c33a62e4c6a6ceba4c8b37a8ef64a220718a8) Merge branch 'master' into feat/transient-notify - [`ed8dd33`](https://github.com/aome510/spotify-player/commit/ed8dd3317e0d2991f38c0166077b5f2471023b12) Merge branch 'aome510:master' into feat/transient-notify - [`b10d916`](https://github.com/aome510/spotify-player/commit/b10d9169ce3b08a5ce2a619c4a51c2c79636cf29) cleanup ### 📊 Changes **4 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+1 -0) 📝 `examples/app.toml` (+1 -0) 📝 `spotify_player/src/client/mod.rs` (+5 -0) 📝 `spotify_player/src/config/mod.rs` (+6 -0) </details> ### 📄 Description Added the option to make notifications transient with `notify_transient = true`. For those who like to see it pop up but don't care to see it stay in their notification center. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:35:51 +03:00
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#1837
No description provided.