mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[GH-ISSUE #144] Complexity in selection indexes #78
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#78
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 @ghost on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/144
Selection indexes is common feature in paging, playing tracks, and cursor motion. However, it is difficult to understand when or where an index will be changed. This difficulty cause some unexpected behaviors found in #133 and #137. In addition, i found following error . After i opened
AlbumListblock fromArtistsblock, went back toLibraryand openAlbumListblock from theLibraryand select an album, wrong album was selected.One solution for these problms is to reset states of indexes or pages when
pop_navigation_stackis called but this seems to be a temporary one and better solution might exist.@ghost commented on GitHub (Nov 8, 2019):
Sorry, the behavior i reported in the previous comment behavior seems to be fixed.
@sputnick1124 commented on GitHub (Sep 29, 2020):
Can this be closed, then?
@ghost commented on GitHub (Sep 29, 2020):
Sorry, i forgot to close this issue. I've closed this.