mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #708] Add public user section feature. #673
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#673
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/708
Author: @SO9010
Created: 11/25/2025
Status: 🔄 Open
Base:
main← Head:Add-public-user📝 Commits (10+)
f0cc05dInital commit add notes88c1abdAdd api end points and start to add UI. Somewhat of a working order now...e4119aeMerge main into Add-public-user branch0bf6e16Add it to mixed views to make showing the playlists and artists easier.0ea5003Add followers and increase the number of fetched recently played playlist.85c9fcfFix users when they are artist1c96801FIx nav title.6abed4fAdd fallback for playlists with no images54bddb6Convert to having the mosaic properly displayed.f46d478Remove println!📊 Changes
10 files changed (+779 additions, -54 deletions)
View changed files
📝
psst-gui/src/controller/nav.rs(+14 -4)📝
psst-gui/src/data/mod.rs(+6 -1)📝
psst-gui/src/data/nav.rs(+6 -2)➕
psst-gui/src/data/public_user.rs(+26 -0)📝
psst-gui/src/data/user.rs(+30 -3)📝
psst-gui/src/ui/mod.rs(+17 -13)📝
psst-gui/src/ui/playlist.rs(+4 -1)➕
psst-gui/src/ui/public_user.rs(+344 -0)📝
psst-gui/src/webapi/client.rs(+307 -29)📝
psst-gui/src/widget/icons.rs(+25 -1)📄 Description
This is the PR for the feature #616.
This is doing a similar thing to how the homepage works and should have essentially the same functionality as the Spotify one. Something that needs discussing is how can we should all the playlists or followers?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.