[PR #526] [MERGED] Credits support #581

Closed
opened 2026-02-28 14:33:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/526
Author: @jacksongoode
Created: 9/24/2024
Status: Merged
Merged: 10/24/2024
Merged by: @jacksongoode

Base: mainHead: jackson/credits


📝 Commits (10+)

📊 Changes

8 files changed (+343 additions, -16 deletions)

View changed files

📝 README.md (+1 -0)
📝 psst-gui/src/cmd.rs (+7 -2)
📝 psst-gui/src/data/mod.rs (+3 -0)
📝 psst-gui/src/delegate.rs (+51 -2)
psst-gui/src/ui/credits.rs (+228 -0)
📝 psst-gui/src/ui/mod.rs (+32 -9)
📝 psst-gui/src/ui/track.rs (+9 -2)
📝 psst-gui/src/webapi/client.rs (+12 -1)

📄 Description

You can also click on the artists to get to their page!


🔄 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/526 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `jackson/credits` --- ### 📝 Commits (10+) - [`a877f2d`](https://github.com/jpochyla/psst/commit/a877f2dfb082e717b216d2b73d9ea6ed04ecdd3c) Experiment with credits - [`23cd796`](https://github.com/jpochyla/psst/commit/23cd7964f23be5f6c40928834ceb98c4a261b4c3) This works - [`e66c40b`](https://github.com/jpochyla/psst/commit/e66c40ba05e5313c74e01088f4e6cd15ebd3390d) Fix linting - [`6fb525b`](https://github.com/jpochyla/psst/commit/6fb525bf98eabc941f161026bbe26f2a85b70d06) Same size as pref - [`7a52537`](https://github.com/jpochyla/psst/commit/7a5253702533aa76fb1859f3be16658001347212) Suggested Changes (#547) - [`8deefd0`](https://github.com/jpochyla/psst/commit/8deefd0d6f96467eeffbeaa04506995177a44f4b) Ok this works - [`5a49194`](https://github.com/jpochyla/psst/commit/5a491949414f7f956f073e1bc6e57c9f902b9696) Cleanup - [`d302c88`](https://github.com/jpochyla/psst/commit/d302c8866c977de793e934f3ff9fe90e022fc15c) Fix - [`9e7735b`](https://github.com/jpochyla/psst/commit/9e7735bc05262ebc033b273d73939e5a6bd95bcc) Revert some mistakes - [`9aa34ac`](https://github.com/jpochyla/psst/commit/9aa34acc2f551d1b058a2976ca417d316f42951c) Fix lint ### 📊 Changes **8 files changed** (+343 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `psst-gui/src/cmd.rs` (+7 -2) 📝 `psst-gui/src/data/mod.rs` (+3 -0) 📝 `psst-gui/src/delegate.rs` (+51 -2) ➕ `psst-gui/src/ui/credits.rs` (+228 -0) 📝 `psst-gui/src/ui/mod.rs` (+32 -9) 📝 `psst-gui/src/ui/track.rs` (+9 -2) 📝 `psst-gui/src/webapi/client.rs` (+12 -1) </details> ### 📄 Description You can also click on the artists to get to their page! --- <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:31 +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#581
No description provided.