[PR #513] [MERGED] Truncate playable widget #576

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/513
Author: @jacksongoode
Created: 8/9/2024
Status: Merged
Merged: 6/9/2025
Merged by: @jacksongoode

Base: mainHead: jackson/clip-playable


📝 Commits (4)

📊 Changes

7 files changed (+129 additions, -48 deletions)

View changed files

📝 psst-core/src/oauth.rs (+2 -4)
📝 psst-gui/src/data/playback.rs (+11 -1)
📝 psst-gui/src/delegate.rs (+6 -11)
📝 psst-gui/src/ui/playable.rs (+3 -3)
📝 psst-gui/src/ui/track.rs (+37 -29)
psst-gui/src/widget/fill_between.rs (+69 -0)
📝 psst-gui/src/widget/mod.rs (+1 -0)

📄 Description

I'm hoping to solve that issue where long titles and album details are not clipped.

  • Refactor the track widget layout for better maintainability and ability to truncate the top and bottom row
  • Fix the "now playing" dot highhighting in the album view
  • Make the "now playing" marker a little lighter when active

🔄 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/513 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `jackson/clip-playable` --- ### 📝 Commits (4) - [`e67ae93`](https://github.com/jpochyla/psst/commit/e67ae93798d5cca8002abe49449949d6e72b8fc8) Clip playable - [`412d810`](https://github.com/jpochyla/psst/commit/412d810b914c8822d4028eb4b389b4e94722e57a) A little lighter and fixes on rebase - [`509d3cc`](https://github.com/jpochyla/psst/commit/509d3cc96e9d1e5eaf9ca393bfa453b72f984ae0) Fix bytes() issue - [`93e4a0e`](https://github.com/jpochyla/psst/commit/93e4a0e32c69fbe8116dc40f56c2752d8cf2c8a8) Revert ### 📊 Changes **7 files changed** (+129 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `psst-core/src/oauth.rs` (+2 -4) 📝 `psst-gui/src/data/playback.rs` (+11 -1) 📝 `psst-gui/src/delegate.rs` (+6 -11) 📝 `psst-gui/src/ui/playable.rs` (+3 -3) 📝 `psst-gui/src/ui/track.rs` (+37 -29) ➕ `psst-gui/src/widget/fill_between.rs` (+69 -0) 📝 `psst-gui/src/widget/mod.rs` (+1 -0) </details> ### 📄 Description I'm hoping to solve that issue where long titles and album details are not clipped. - Refactor the track widget layout for better maintainability and ability to truncate the top and bottom row - Fix the "now playing" dot highhighting in the album view - Make the "now playing" marker a little lighter when active --- <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:30 +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#576
No description provided.