mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #80] [MERGED] Make playbar selectable/hoverable #595
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#595
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/80
Author: @Rigellute
Created: 10/18/2019
Status: ✅ Merged
Merged: 10/19/2019
Merged by: @Rigellute
Base:
master← Head:hoverable-playbar📝 Commits (2)
a092380Make playbar selectable/hoverablede5e11bUpdate CHANGELOG📊 Changes
6 files changed (+75 additions, -15 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
src/app.rs(+1 -0)📝
src/handlers/empty.rs(+22 -11)📝
src/handlers/mod.rs(+4 -0)➕
src/handlers/playbar.rs(+37 -0)📝
src/ui/mod.rs(+10 -4)📄 Description
When selecting the playbar, you can press
sto save the currentlyplaying track.
This opens up more possibilities such as viewing current playing track information.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.