[PR #234] [MERGED] Add high-middle-low navigation #686

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

📋 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: masterHead: amgassert-highmidlow


📝 Commits (1)

  • 294ae8b Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/234 **Author:** [@amgassert](https://github.com/amgassert) **Created:** 1/29/2020 **Status:** ✅ Merged **Merged:** 1/30/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `amgassert-highmidlow` --- ### 📝 Commits (1) - [`294ae8b`](https://github.com/Rigellute/spotify-tui/commit/294ae8b0e82777e659345511a88c30e90b35064a) Add high-middle-low navigation ### 📊 Changes **13 files changed** (+501 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #233 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:28 +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#686
No description provided.