[PR #344] [MERGED] Add basic view #765

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/344
Author: @Rigellute
Created: 3/17/2020
Status: Merged
Merged: 3/18/2020
Merged by: @Rigellute

Base: masterHead: basic-view


📝 Commits (1)

📊 Changes

7 files changed (+45 additions, -0 deletions)

View changed files

📝 src/app.rs (+2 -0)
src/handlers/basic_view.rs (+7 -0)
📝 src/handlers/common_key_events.rs (+1 -0)
📝 src/handlers/mod.rs (+7 -0)
📝 src/main.rs (+3 -0)
📝 src/ui/mod.rs (+21 -0)
📝 src/user_config.rs (+4 -0)

📄 Description

Pressing B will take you to a "basic view", which is just a centered
playbar.

Closes #320

Screenshot 2020-03-17 at 16 01 06

🔄 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/344 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 3/17/2020 **Status:** ✅ Merged **Merged:** 3/18/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `basic-view` --- ### 📝 Commits (1) - [`a94513e`](https://github.com/Rigellute/spotify-tui/commit/a94513ea22ff9a4919c22386cc7bc5d174c8a0a6) Add basic view ### 📊 Changes **7 files changed** (+45 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+2 -0) ➕ `src/handlers/basic_view.rs` (+7 -0) 📝 `src/handlers/common_key_events.rs` (+1 -0) 📝 `src/handlers/mod.rs` (+7 -0) 📝 `src/main.rs` (+3 -0) 📝 `src/ui/mod.rs` (+21 -0) 📝 `src/user_config.rs` (+4 -0) </details> ### 📄 Description Pressing `B` will take you to a "basic view", which is just a centered playbar. Closes #320 <img width="1113" alt="Screenshot 2020-03-17 at 16 01 06" src="https://user-images.githubusercontent.com/12150276/76875876-0e5c3480-6869-11ea-8b94-3e2247137466.png"> --- <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:17 +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#765
No description provided.