[PR #532] [MERGED] remove utils::{new_list_state,new_table_state} #1730

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/532
Author: @aome510
Created: 8/4/2024
Status: Merged
Merged: 8/4/2024
Merged by: @aome510

Base: masterHead: cleanup-list-table-state-use


📝 Commits (2)

  • 2701232 remove utils::{new_list_state,new_table_state}
  • cc702db render playback window before all popups

📊 Changes

9 files changed (+61 additions, -66 deletions)

View changed files

📝 spotify_player/src/event/mod.rs (+14 -13)
📝 spotify_player/src/event/page.rs (+1 -1)
📝 spotify_player/src/event/popup.rs (+1 -1)
📝 spotify_player/src/event/window.rs (+6 -6)
📝 spotify_player/src/state/ui/page.rs (+14 -14)
📝 spotify_player/src/ui/mod.rs (+6 -5)
📝 spotify_player/src/ui/playback.rs (+13 -10)
📝 spotify_player/src/ui/utils.rs (+6 -2)
📝 spotify_player/src/utils.rs (+0 -14)

📄 Description

This PR also fixes #498 by rendering the playback window before all the popups


🔄 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/532 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/4/2024 **Status:** ✅ Merged **Merged:** 8/4/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `cleanup-list-table-state-use` --- ### 📝 Commits (2) - [`2701232`](https://github.com/aome510/spotify-player/commit/2701232975e8235212f493ad1277df9e3f538132) remove utils::{new_list_state,new_table_state} - [`cc702db`](https://github.com/aome510/spotify-player/commit/cc702db68409250ff27bfe16b4b7a734909fb5af) render playback window before all popups ### 📊 Changes **9 files changed** (+61 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/event/mod.rs` (+14 -13) 📝 `spotify_player/src/event/page.rs` (+1 -1) 📝 `spotify_player/src/event/popup.rs` (+1 -1) 📝 `spotify_player/src/event/window.rs` (+6 -6) 📝 `spotify_player/src/state/ui/page.rs` (+14 -14) 📝 `spotify_player/src/ui/mod.rs` (+6 -5) 📝 `spotify_player/src/ui/playback.rs` (+13 -10) 📝 `spotify_player/src/ui/utils.rs` (+6 -2) 📝 `spotify_player/src/utils.rs` (+0 -14) </details> ### 📄 Description This PR also fixes #498 by rendering the playback window before all the popups --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:29:54 +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#1730
No description provided.