[PR #626] [MERGED] Truncate playable widget (podcast layout fixed) #630

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

📋 Pull Request Information

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

Base: mainHead: jackson/clip-playable


📝 Commits (5)

📊 Changes

8 files changed (+152 additions, -73 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/episode.rs (+23 -25)
📝 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

This is a second attempt at #513


🔄 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/626 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `jackson/clip-playable` --- ### 📝 Commits (5) - [`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 - [`82cdab1`](https://github.com/jpochyla/psst/commit/82cdab113e2948852be9569e2ae63dfdeebd1bef) Fix episode formatting ### 📊 Changes **8 files changed** (+152 additions, -73 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/episode.rs` (+23 -25) 📝 `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 This is a second attempt at #513 --- <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:41 +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#630
No description provided.