mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #302] [MERGED] Add pagination to the help menu #746
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#746
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/302
Author: @skrewby
Created: 2/19/2020
Status: ✅ Merged
Merged: 2/20/2020
Merged by: @Rigellute
Base:
master← Head:help-menu-scrolling📝 Commits (5)
38a6c04Add pagination to the help menue4619ccFix some formatting errorscd6e225Add up/down arrows as navigation options in the help menu992df81Fix formatting in the help menu logic019394bFix clipping of first item in the help menu📊 Changes
4 files changed (+70 additions, -2 deletions)
View changed files
📝
src/app.rs(+20 -0)📝
src/handlers/help_menu.rs(+31 -1)📝
src/main.rs(+17 -0)📝
src/ui/mod.rs(+2 -1)📄 Description
Fixed issue #301 by adding the ability to split the help menu into pages. The help menu can be navigated in a similar manner to the track list (Ctrl+D and Ctrl+U).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.