mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #234] [MERGED] Add high-middle-low navigation #686
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#686
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/Rigellute/spotify-tui/pull/234
Author: @amgassert
Created: 1/29/2020
Status: ✅ Merged
Merged: 1/30/2020
Merged by: @Rigellute
Base:
master← Head:amgassert-highmidlow📝 Commits (1)
294ae8bAdd high-middle-low navigation📊 Changes
13 files changed (+501 additions, -66 deletions)
View changed files
📝
src/handlers/album_list.rs(+18 -0)📝
src/handlers/album_tracks.rs(+100 -33)📝
src/handlers/artist.rs(+76 -0)📝
src/handlers/artists.rs(+18 -0)📝
src/handlers/common_key_events.rs(+37 -1)📝
src/handlers/library.rs(+12 -0)📝
src/handlers/playlist.rs(+27 -0)📝
src/handlers/recently_played.rs(+20 -0)📝
src/handlers/search_results.rs(+142 -32)📝
src/handlers/select_device.rs(+33 -0)📝
src/handlers/track_table.rs(+12 -0)📝
src/ui/help.rs(+3 -0)📝
src/user_config.rs(+3 -0)📄 Description
Closes #233
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.