[PR #630] [MERGED] Cleaner structure for the artist bio #632

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/630
Author: @jacksongoode
Created: 6/12/2025
Status: Merged
Merged: 6/18/2025
Merged by: @jacksongoode

Base: mainHead: jackson/nicer-bio


📝 Commits (5)

📊 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.

image
image

🔄 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/630 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `jackson/nicer-bio` --- ### 📝 Commits (5) - [`16405d9`](https://github.com/jpochyla/psst/commit/16405d93278bb87ee93562e892292d8131ceb410) Better formatting on bio description - [`b3e845e`](https://github.com/jpochyla/psst/commit/b3e845e6bfb39008a2645b6d1fcbfe383373b7d2) Format - [`3b31019`](https://github.com/jpochyla/psst/commit/3b310196fd9d5be0e3efec0e4672e6db50f60e17) Move functions to utils - [`1520fb2`](https://github.com/jpochyla/psst/commit/1520fb29a3889a4cf3a1298fd76d65c83aed86f3) Always show follow count - [`6caa463`](https://github.com/jpochyla/psst/commit/6caa463130a747f2152e8a7080ee27f3e13afd2e) Always keep listeners as well ### 📊 Changes **4 files changed** (+152 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. <img width="907" alt="image" src="https://github.com/user-attachments/assets/c8672d98-4112-4dd2-90c0-5c4e3556dba8" /> --- <img width="666" alt="image" src="https://github.com/user-attachments/assets/8cb513fa-abea-4cea-9d61-54b2df712319" /> --- <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#632
No description provided.