mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #755] [MERGED] Show relative time that a track was added in playlists #866
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#866
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (2)
73dc956feature(playlists): Add a column in playlists to show the relative time the track was added8288fc8Merge 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.