mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #537] [MERGED] Artist view update #588
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#588
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/537
Author: @SO9010
Created: 10/7/2024
Status: ✅ Merged
Merged: 10/16/2024
Merged by: @jacksongoode
Base:
main← Head:Artist-view📝 Commits (10+)
5b77fe1Start to build request6b48019Everything is here, make it neat11320f6Right click to go to socialafd2739testdafbf68Merge branch 'main' into Artist-view528df0ffix66d15c9Clean up view5c4cdfaAdd wrapping for bio and move statsbd5e465Add case for when word ranking isnt recorded50347deLint!📊 Changes
6 files changed (+361 additions, -11 deletions)
View changed files
📝
psst-gui/src/cmd.rs(+1 -0)📝
psst-gui/src/data/artist.rs(+15 -0)📝
psst-gui/src/data/mod.rs(+2 -1)📝
psst-gui/src/delegate.rs(+3 -0)📝
psst-gui/src/ui/artist.rs(+213 -6)📝
psst-gui/src/webapi/client.rs(+127 -4)📄 Description
This is a start at #268

This is using the Spotify API. You can right-click to get the social links, the random number of followers, monthly listeners, and world rank (usually 0 as they are too large a number away)!
The main thing that needs to be done is formatting (get the biography wrapped and adequately limited), and then perhaps we could have a text formatting adding in the monthly listeners and followers? @jacksongoode, how should you link these and present them?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.