[PR #302] [MERGED] Add pagination to the help menu #746

Closed
opened 2026-02-28 14:53:12 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: help-menu-scrolling


📝 Commits (5)

  • 38a6c04 Add pagination to the help menu
  • e4619cc Fix some formatting errors
  • cd6e225 Add up/down arrows as navigation options in the help menu
  • 992df81 Fix formatting in the help menu logic
  • 019394b Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/302 **Author:** [@skrewby](https://github.com/skrewby) **Created:** 2/19/2020 **Status:** ✅ Merged **Merged:** 2/20/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `help-menu-scrolling` --- ### 📝 Commits (5) - [`38a6c04`](https://github.com/Rigellute/spotify-tui/commit/38a6c0477bbe312a663623602d52beb522d7e9be) Add pagination to the help menu - [`e4619cc`](https://github.com/Rigellute/spotify-tui/commit/e4619cc95724edc1937ac8a829e860cf6592a683) Fix some formatting errors - [`cd6e225`](https://github.com/Rigellute/spotify-tui/commit/cd6e225342022e6551a9828d091b27ea3365fab4) Add up/down arrows as navigation options in the help menu - [`992df81`](https://github.com/Rigellute/spotify-tui/commit/992df8148491386bfa0b4a5fe13eb5a04f0c7eb9) Fix formatting in the help menu logic - [`019394b`](https://github.com/Rigellute/spotify-tui/commit/019394b5f812c33b7634466c89c97107e8d86d67) Fix clipping of first item in the help menu ### 📊 Changes **4 files changed** (+70 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+20 -0) 📝 `src/handlers/help_menu.rs` (+31 -1) 📝 `src/main.rs` (+17 -0) 📝 `src/ui/mod.rs` (+2 -1) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:12 +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-tui#746
No description provided.