[PR #631] [MERGED] Add playlist info #634

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/631
Author: @SO9010
Created: 6/13/2025
Status: Merged
Merged: 6/26/2025
Merged by: @SO9010

Base: mainHead: so9010/Add-playlist-info


📝 Commits (9)

  • e08bff5 Add playlist info (start)
  • 4524e83 Add clipping to image
  • 9d9e24c Lint
  • b864b70 Fix #610
  • 2b98d8d Merge branch 'main' into so9010/Add-playlist-info
  • 5119d36 Migrate to look more like Album info
  • 4e1254b Merge branch 'main' into so9010/Add-playlist-info
  • 06d24f7 Make playlists look a little bit more like albums, add public state to playlist
  • 7372220 Change font to more closely match that of the Album info widget

📊 Changes

4 files changed (+164 additions, -69 deletions)

View changed files

📝 psst-gui/src/data/playlist.rs (+2 -0)
📝 psst-gui/src/ui/playlist.rs (+143 -51)
📝 psst-gui/src/ui/utils.rs (+18 -18)
📝 psst-gui/src/webapi/client.rs (+1 -0)

📄 Description

This PR aims to add the playlist image, description and owner to the top of the playlist, much like on the top of Albums and Artists. This will be useful when users have been implemented so we can allow the user to navigate to other users by clicking on the username.


🔄 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/631 **Author:** [@SO9010](https://github.com/SO9010) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@SO9010](https://github.com/SO9010) **Base:** `main` ← **Head:** `so9010/Add-playlist-info` --- ### 📝 Commits (9) - [`e08bff5`](https://github.com/jpochyla/psst/commit/e08bff5ba1c55469bd1e87ca9db0b3681fd4e0cc) Add playlist info (start) - [`4524e83`](https://github.com/jpochyla/psst/commit/4524e832ac8a96ffa26afd3e963d096eff630be0) Add clipping to image - [`9d9e24c`](https://github.com/jpochyla/psst/commit/9d9e24cc3ee3c46658487ee7bddc1fbce9df837d) Lint - [`b864b70`](https://github.com/jpochyla/psst/commit/b864b70588d82bde6bc80c72afb8e6ec42b8cb9d) Fix #610 - [`2b98d8d`](https://github.com/jpochyla/psst/commit/2b98d8dda7af507fd16d316aa5533dd4863e6723) Merge branch 'main' into so9010/Add-playlist-info - [`5119d36`](https://github.com/jpochyla/psst/commit/5119d36ebd50f265b6db4b3044228f3cf46650d3) Migrate to look more like Album info - [`4e1254b`](https://github.com/jpochyla/psst/commit/4e1254b74eb71f343e9fae082a0990d7e08e90f6) Merge branch 'main' into so9010/Add-playlist-info - [`06d24f7`](https://github.com/jpochyla/psst/commit/06d24f7e2d9ee109506ac01cf416619613033505) Make playlists look a little bit more like albums, add public state to playlist - [`7372220`](https://github.com/jpochyla/psst/commit/7372220ea470db6d015881d727e4d63e4a81d175) Change font to more closely match that of the Album info widget ### 📊 Changes **4 files changed** (+164 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/playlist.rs` (+2 -0) 📝 `psst-gui/src/ui/playlist.rs` (+143 -51) 📝 `psst-gui/src/ui/utils.rs` (+18 -18) 📝 `psst-gui/src/webapi/client.rs` (+1 -0) </details> ### 📄 Description This PR aims to add the playlist image, description and owner to the top of the playlist, much like on the top of Albums and Artists. This will be useful when users have been implemented so we can allow the user to navigate to other users by clicking on the username. --- <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:42 +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#634
No description provided.