Handle idle time between fetch results #211
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: wojtek/musichoard#211
Loading…
Reference in New Issue
Block a user
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?
It's a convenience but it will solve what is arguably a big problem. After hitting enter on a match there is no visual confirmation. If the next result is not ready yet the screen looks frozen and may prompt another enter hit. This enter will be queued up and immediately apply to the next match.
To solve this:
Add a fetch state to handle idle time between fetch resultsto Handle idle time between fetch results