[PR #262] [MERGED] Improve rendering performance for liked tracks page #690

Closed
opened 2026-03-02 23:49:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/262
Author: @aome510
Created: 9/30/2023
Status: Merged
Merged: 9/30/2023
Merged by: @aome510

Base: masterHead: 257-liked-tracks-lag


📝 Commits (3)

  • c3aa12e enable debug for release profile
  • 1800225 remove track_table_item_max_len
  • 698a72d store UserData::saved_tracks as HashMap instead of Vec

📊 Changes

10 files changed (+27 additions, -58 deletions)

View changed files

📝 Cargo.lock (+0 -1)
📝 Cargo.toml (+4 -0)
📝 docs/config.md (+0 -1)
📝 examples/app.toml (+0 -1)
📝 spotify_player/Cargo.toml (+1 -2)
📝 spotify_player/src/client/mod.rs (+13 -10)
📝 spotify_player/src/config/mod.rs (+0 -4)
📝 spotify_player/src/state/data.rs (+2 -2)
📝 spotify_player/src/ui/page.rs (+7 -10)
📝 spotify_player/src/utils.rs (+0 -27)

📄 Description

Resolves #257

  • enable debug for release profile
  • (BREAKING) remove track_table_item_max_len config option
  • improve is_liked_track lookup speed

🔄 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/262 **Author:** [@aome510](https://github.com/aome510) **Created:** 9/30/2023 **Status:** ✅ Merged **Merged:** 9/30/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `257-liked-tracks-lag` --- ### 📝 Commits (3) - [`c3aa12e`](https://github.com/aome510/spotify-player/commit/c3aa12e5ca0608d32654df710f73a480116cc003) enable debug for release profile - [`1800225`](https://github.com/aome510/spotify-player/commit/1800225abed395576c73730dc740b6cc96ca639d) remove `track_table_item_max_len` - [`698a72d`](https://github.com/aome510/spotify-player/commit/698a72d2bfa288b4198fe84a9d2253c4b739139a) store `UserData::saved_tracks` as `HashMap` instead of `Vec` ### 📊 Changes **10 files changed** (+27 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+0 -1) 📝 `Cargo.toml` (+4 -0) 📝 `docs/config.md` (+0 -1) 📝 `examples/app.toml` (+0 -1) 📝 `spotify_player/Cargo.toml` (+1 -2) 📝 `spotify_player/src/client/mod.rs` (+13 -10) 📝 `spotify_player/src/config/mod.rs` (+0 -4) 📝 `spotify_player/src/state/data.rs` (+2 -2) 📝 `spotify_player/src/ui/page.rs` (+7 -10) 📝 `spotify_player/src/utils.rs` (+0 -27) </details> ### 📄 Description Resolves #257 - enable debug for release profile - (**BREAKING**) remove `track_table_item_max_len` config option - improve `is_liked_track` lookup speed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:24 +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#690
No description provided.