mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
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#1507
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/12
Author: @aome510
Created: 10/9/2021
Status: ✅ Merged
Merged: 10/9/2021
Merged by: @aome510
Base:
master← Head:event-codes-cleanup📝 Commits (10+)
26a2a40create aeventfolder module5f54c74clean up the imports inside the event moduled51bb99move popup shortcut handling codes toevent/popup.rsd3858e2small clean uppopup.rscodebd82b03move shortcut handling codes for windows toevent/window.rsdee0a20clean upwindow.rs4763e8asmall clean up51094d9fix errors inui/popup.rs5502107fix the incorrect order of handling select next/previous commandsf9f2973cleanup📊 Changes
9 files changed (+1253 additions, -1167 deletions)
View changed files
➖
spotify_player/src/event.rs(+0 -1038)➕
spotify_player/src/event/mod.rs(+268 -0)➕
spotify_player/src/event/popup.rs(+332 -0)➕
spotify_player/src/event/window.rs(+485 -0)📝
spotify_player/src/key.rs(+13 -1)📝
spotify_player/src/state/ui.rs(+5 -6)📝
spotify_player/src/ui/help.rs(+1 -1)📝
spotify_player/src/ui/popup.rs(+147 -119)📝
spotify_player/src/utils.rs(+2 -2)📄 Description
Part 2 of #10
Brief description of changes
event/mod.rs,event/popup.rs,event/window.rsevent/mod.rsto parse/handle the terminal event in generalevent/popup.rsto handle event for popupsevent/window.rsto handle event for windows🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.