mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #630] [MERGED] Cleaner structure for the artist bio #632
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#632
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/630
Author: @jacksongoode
Created: 6/12/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @jacksongoode
Base:
main← Head:jackson/nicer-bio📝 Commits (5)
16405d9Better formatting on bio descriptionb3e845eFormat3b31019Move functions to utils1520fb2Always show follow count6caa463Always keep listeners as well📊 Changes
4 files changed (+152 additions, -142 deletions)
View changed files
📝
psst-gui/src/data/artist.rs(+3 -3)📝
psst-gui/src/ui/artist.rs(+24 -125)📝
psst-gui/src/ui/utils.rs(+121 -2)📝
psst-gui/src/webapi/client.rs(+4 -12)📄 Description
This cleans up the artist bio description. It makes the height of the description consistent with the artist image (in most cases). It also removes the redundant strings on the stats number and hides any stats if they are non-existant.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.