[PR #132] [MERGED] Add various UI improvements #1574

Closed
opened 2026-03-14 15:21:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/132
Author: @aome510
Created: 2/14/2023
Status: Merged
Merged: 2/14/2023
Merged by: @aome510

Base: masterHead: ui-improvements


📝 Commits (4)

  • fe384c2 support displaying liked status of a track in track table
  • cb843f2 allow to configure playback position
  • 67ed588 cleanup documents and examples
  • 23706b2 keep the layout consistent with command help and queue popups

📊 Changes

8 files changed (+83 additions, -49 deletions)

View changed files

📝 docs/config.md (+3 -0)
📝 examples/app.toml (+2 -0)
📝 spotify_player/src/command.rs (+1 -1)
📝 spotify_player/src/config/mod.rs (+13 -0)
📝 spotify_player/src/state/data.rs (+5 -0)
📝 spotify_player/src/ui/mod.rs (+32 -16)
📝 spotify_player/src/ui/page.rs (+21 -6)
📝 spotify_player/src/ui/popup.rs (+6 -26)

📄 Description

Resolves #124. Resolves #128

Changes

  • supported displaying the track's liked status
  • allowed to configure the playback window's position

🔄 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/132 **Author:** [@aome510](https://github.com/aome510) **Created:** 2/14/2023 **Status:** ✅ Merged **Merged:** 2/14/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `ui-improvements` --- ### 📝 Commits (4) - [`fe384c2`](https://github.com/aome510/spotify-player/commit/fe384c2a19fbeeeb7ab7918f6c6d346a340e88f9) support displaying liked status of a track in track table - [`cb843f2`](https://github.com/aome510/spotify-player/commit/cb843f277e83b4ac010eaf2370c8c58cec00ff45) allow to configure playback position - [`67ed588`](https://github.com/aome510/spotify-player/commit/67ed58817d098b17425a2d1c09744f81a56eeaab) cleanup documents and examples - [`23706b2`](https://github.com/aome510/spotify-player/commit/23706b2513daebd106e52a4231cd62a08f4d331e) keep the layout consistent with command help and queue popups ### 📊 Changes **8 files changed** (+83 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+3 -0) 📝 `examples/app.toml` (+2 -0) 📝 `spotify_player/src/command.rs` (+1 -1) 📝 `spotify_player/src/config/mod.rs` (+13 -0) 📝 `spotify_player/src/state/data.rs` (+5 -0) 📝 `spotify_player/src/ui/mod.rs` (+32 -16) 📝 `spotify_player/src/ui/page.rs` (+21 -6) 📝 `spotify_player/src/ui/popup.rs` (+6 -26) </details> ### 📄 Description Resolves #124. Resolves #128 ## Changes - supported displaying the track's liked status - allowed to configure the playback window's position --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:21:22 +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#1574
No description provided.