[PR #711] [MERGED] Fix truncation on playlist descriptions & album/search titles #674

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/711
Author: @jacksongoode
Created: 11/30/2025
Status: Merged
Merged: 12/1/2025
Merged by: @jacksongoode

Base: mainHead: fix-description-title-trunc


📝 Commits (2)

  • 3fb356c Fix truncation on playlist descriptions & album/search titles
  • 0673c51 Remove some extra padding at end of description

📊 Changes

3 files changed (+12 additions, -9 deletions)

View changed files

📝 psst-gui/src/ui/album.rs (+2 -2)
📝 psst-gui/src/ui/mod.rs (+7 -3)
📝 psst-gui/src/ui/playlist.rs (+3 -4)

📄 Description

Before long titles or descriptions would not respect the gutters/padding:

imageimage


Now they do, it also means the sorting is anchored right (which I think is fine):

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/711 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `fix-description-title-trunc` --- ### 📝 Commits (2) - [`3fb356c`](https://github.com/jpochyla/psst/commit/3fb356ca39b6b69e3ac63e7a849642d1f75415c2) Fix truncation on playlist descriptions & album/search titles - [`0673c51`](https://github.com/jpochyla/psst/commit/0673c51656f425cfcf9a85c22978d59b9ae8745c) Remove some extra padding at end of description ### 📊 Changes **3 files changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/ui/album.rs` (+2 -2) 📝 `psst-gui/src/ui/mod.rs` (+7 -3) 📝 `psst-gui/src/ui/playlist.rs` (+3 -4) </details> ### 📄 Description Before long titles or descriptions would not respect the gutters/padding: <img width="375" alt="image" src="https://github.com/user-attachments/assets/8a1e260b-d880-4548-ab6a-3c4d592df051" /><img width="375" alt="image" src="https://github.com/user-attachments/assets/b74d1de3-36ad-4c6f-9828-bb5f6d28ff07" /> --- Now they do, it also means the sorting is anchored right (which I think is fine): <img width="375" alt="image" src="https://github.com/user-attachments/assets/9f9ce977-4622-4be2-87b6-06d0b0752d4f" /> --- <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:50 +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#674
No description provided.