[PR #755] [MERGED] Show relative time that a track was added in playlists #866

Closed
opened 2026-03-03 00:01:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/755
Author: @Funtimes909
Created: 6/24/2025
Status: Merged
Merged: 8/31/2025
Merged by: @aome510

Base: masterHead: master


📝 Commits (2)

  • 73dc956 feature(playlists): Add a column in playlists to show the relative time the track was added
  • 8288fc8 Merge remote-tracking branch 'origin/master' into pr-755

📊 Changes

3 files changed (+42 additions, -2 deletions)

View changed files

📝 Cargo.lock (+10 -0)
📝 spotify_player/Cargo.toml (+1 -0)
📝 spotify_player/src/ui/page.rs (+31 -2)

📄 Description

Uses the chrono_humanize crate, there may be a way to do it without that dependency but I didn't look into it too much, if adding a new dependency is a problem I can properly look into this.

Simply adds a new column to show the relative time that a track was added to a playlist


🔄 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/aome510/spotify-player/pull/755 **Author:** [@Funtimes909](https://github.com/Funtimes909) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`73dc956`](https://github.com/aome510/spotify-player/commit/73dc9561e646ccb8279d9e5f22d3b44ef40bf0fd) feature(playlists): Add a column in playlists to show the relative time the track was added - [`8288fc8`](https://github.com/aome510/spotify-player/commit/8288fc87431fdd968e11ffea7cd958ad00de2e3a) Merge remote-tracking branch 'origin/master' into pr-755 ### 📊 Changes **3 files changed** (+42 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -0) 📝 `spotify_player/Cargo.toml` (+1 -0) 📝 `spotify_player/src/ui/page.rs` (+31 -2) </details> ### 📄 Description Uses the chrono_humanize crate, there may be a way to do it without that dependency but I didn't look into it too much, if adding a new dependency is a problem I can properly look into this. Simply adds a new column to show the relative time that a track was added to a playlist --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:11 +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/spotify-player#866
No description provided.