mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #257] Track hovering feature #184
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#184
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?
Originally created by @Tazi0 on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/257
Is your feature request related to a problem? Please describe.
This isn't linked to a bug, just a small addition
Describe the feature you'd like

If a user hovers over a track like so:
Then the number (in this case the
5.) changes into a play icon.Also, maybe an active song should have the pause button while hovering where the number would be.
While thinking about hovering additions, maybe a heart icon to add them to your liked playlist
@jacksongoode commented on GitHub (Mar 17, 2022):
This was originally tested by Spotify in their mobile app but they removed it for some reason. In their implementation it was a short 10s loop of a section within the song after a use had pressed and held on a track for 2s. I wonder if seek can be used for this.