mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #631] [MERGED] Add playlist info #634
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#634
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/jpochyla/psst/pull/631
Author: @SO9010
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/26/2025
Merged by: @SO9010
Base:
main← Head:so9010/Add-playlist-info📝 Commits (9)
e08bff5Add playlist info (start)4524e83Add clipping to image9d9e24cLintb864b70Fix #6102b98d8dMerge branch 'main' into so9010/Add-playlist-info5119d36Migrate to look more like Album info4e1254bMerge branch 'main' into so9010/Add-playlist-info06d24f7Make playlists look a little bit more like albums, add public state to playlist7372220Change 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.