[PR #403] [MERGED] Add save button in track row and playback bar #521

Closed
opened 2026-02-28 14:33:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/403
Author: @Insprill
Created: 5/4/2023
Status: Merged
Merged: 5/5/2023
Merged by: @Insprill

Base: masterHead: feature/save-button


📝 Commits (10+)

  • 2373272 Add save button in track row
  • f9ac288 Add save button in track row
  • 4c88928 Add save button to the playback bar
  • 38c8f70 Merge branch 'jpochyla:master' into feature/save-button
  • 604d022 Merge branch 'feature/save-button' of https://github.com/Insprill/psst into feature/save-button
  • 5927659 Fix tracks/playback being clicked when favoriting track
  • 6739972 Don't show save button on non-track playbacks
  • dee7144 Merge branch 'master' into feature/save-button
  • d74edc9 Use proper icons instead of unicode characters
  • 011ef57 Make the save icons smaller

📊 Changes

3 files changed (+95 additions, -14 deletions)

View changed files

📝 psst-gui/src/ui/playback.rs (+49 -11)
📝 psst-gui/src/ui/track.rs (+34 -3)
📝 psst-gui/src/widget/icons.rs (+12 -0)

📄 Description

Closes #248

image


🔄 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/jpochyla/psst/pull/403 **Author:** [@Insprill](https://github.com/Insprill) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 5/5/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `feature/save-button` --- ### 📝 Commits (10+) - [`2373272`](https://github.com/jpochyla/psst/commit/23732724c63156e2fc5b145c4842467d7da55e77) Add save button in track row - [`f9ac288`](https://github.com/jpochyla/psst/commit/f9ac2882726afb624154051ba7fb6d219c470e7d) Add save button in track row - [`4c88928`](https://github.com/jpochyla/psst/commit/4c889287644c9e428248d1b392d58a2a3f2df810) Add save button to the playback bar - [`38c8f70`](https://github.com/jpochyla/psst/commit/38c8f705dbc21caf303163a3253c4a25570d4d12) Merge branch 'jpochyla:master' into feature/save-button - [`604d022`](https://github.com/jpochyla/psst/commit/604d0221907f291a3c2abae2095263b64c9174b0) Merge branch 'feature/save-button' of https://github.com/Insprill/psst into feature/save-button - [`5927659`](https://github.com/jpochyla/psst/commit/5927659f2baf9cae6120dfd8f7b865e97c828167) Fix tracks/playback being clicked when favoriting track - [`6739972`](https://github.com/jpochyla/psst/commit/6739972ef4992b0a655b352fbd265daf25dcb50e) Don't show save button on non-track playbacks - [`dee7144`](https://github.com/jpochyla/psst/commit/dee71447c724c3ccaecb3a3d4571cbba61999bbd) Merge branch 'master' into feature/save-button - [`d74edc9`](https://github.com/jpochyla/psst/commit/d74edc98c6ea51d8e0fd51aa5138443acc6eebb1) Use proper icons instead of unicode characters - [`011ef57`](https://github.com/jpochyla/psst/commit/011ef5717d6a990d93c515219b8fedbb237c8443) Make the save icons smaller ### 📊 Changes **3 files changed** (+95 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/ui/playback.rs` (+49 -11) 📝 `psst-gui/src/ui/track.rs` (+34 -3) 📝 `psst-gui/src/widget/icons.rs` (+12 -0) </details> ### 📄 Description Closes #248 ![image](https://user-images.githubusercontent.com/52843537/236303318-6030fc65-143a-481f-8d35-b44170f47709.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:19 +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/psst#521
No description provided.