mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #344] [MERGED] Add basic view #765
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#765
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/344
Author: @Rigellute
Created: 3/17/2020
Status: ✅ Merged
Merged: 3/18/2020
Merged by: @Rigellute
Base:
master← Head:basic-view📝 Commits (1)
a94513eAdd basic view📊 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
Bwill take you to a "basic view", which is just a centeredplaybar.
Closes #320
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.