mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #532] [MERGED] remove utils::{new_list_state,new_table_state} #791
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#791
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/aome510/spotify-player/pull/532
Author: @aome510
Created: 8/4/2024
Status: ✅ Merged
Merged: 8/4/2024
Merged by: @aome510
Base:
master← Head:cleanup-list-table-state-use📝 Commits (2)
2701232remove utils::{new_list_state,new_table_state}cc702dbrender 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.