mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #103] [MERGED] Show heart next to saved songs #611
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#611
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/Rigellute/spotify-tui/pull/103
Author: @jfaltis
Created: 10/24/2019
Status: ✅ Merged
Merged: 10/25/2019
Merged by: @Rigellute
Base:
master← Head:liked-songs-track-table📝 Commits (4)
7a7d990add heart next to liked songs in track tablef437c68Merge branch 'master' of https://github.com/Rigellute/spotify-tui into liked-songs-track-tableef1293cshow hearts in album song table + change table model3ab4ea9clippy📊 Changes
4 files changed (+227 additions, -94 deletions)
View changed files
📝
src/app.rs(+42 -14)📝
src/handlers/input.rs(+1 -1)📝
src/handlers/library.rs(+10 -1)📝
src/ui/mod.rs(+174 -78)📄 Description
All tables displaying songs are now marked with a heart (♥). Every time the track table is filled the liked_song_ids_set is populated with the liked songs. I also needed to make changes to how a table is represented to be able to ensure that the correct columns are formatted.
Track Table:

Album Table:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.