[PR #103] [MERGED] Show heart next to saved songs #611

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

📋 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: masterHead: liked-songs-track-table


📝 Commits (4)

📊 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:
saved-track-1

Album Table:
saved-track-2


🔄 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/Rigellute/spotify-tui/pull/103 **Author:** [@jfaltis](https://github.com/jfaltis) **Created:** 10/24/2019 **Status:** ✅ Merged **Merged:** 10/25/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `liked-songs-track-table` --- ### 📝 Commits (4) - [`7a7d990`](https://github.com/Rigellute/spotify-tui/commit/7a7d990ad24dd165a17980e6d6ff9fe1faf4356a) add heart next to liked songs in track table - [`f437c68`](https://github.com/Rigellute/spotify-tui/commit/f437c68630b7fa5b14ba102b5443b517bbaf892c) Merge branch 'master' of https://github.com/Rigellute/spotify-tui into liked-songs-track-table - [`ef1293c`](https://github.com/Rigellute/spotify-tui/commit/ef1293cd8483942c55f61dfa68dfbcb70d6faa3e) show hearts in album song table + change table model - [`3ab4ea9`](https://github.com/Rigellute/spotify-tui/commit/3ab4ea98341665fa85b6f851442fee5d527a78b8) clippy ### 📊 Changes **4 files changed** (+227 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+42 -14) 📝 `src/handlers/input.rs` (+1 -1) 📝 `src/handlers/library.rs` (+10 -1) 📝 `src/ui/mod.rs` (+174 -78) </details> ### 📄 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: ![saved-track-1](https://user-images.githubusercontent.com/45465572/67504257-5c3d8980-f689-11e9-986d-74caf2c461c0.png) Album Table: ![saved-track-2](https://user-images.githubusercontent.com/45465572/67504263-6069a700-f689-11e9-93a4-7b1103df16be.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:12 +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-tui#611
No description provided.