mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #636] Help shortcut info (Top right) shows "loading ..." sometimes #259
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#259
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 @Bios-Marcel on GitHub (Oct 26, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/636
This randomly happens from time to time. I doubt that there's anything for that component that needs to be asychronously loaded 🤔
@FreddieRa commented on GitHub (Oct 27, 2020):
This happens when it is communicating with the Spotify API.
@Bios-Marcel commented on GitHub (Oct 27, 2020):
If this is like a global loading indicator, it's quite a weird place imo. If it's a feature exactly intended like this, feel free to close this.
@sputnick1124 commented on GitHub (Oct 29, 2020):
That is exactly what this loading indicator is. It indicates anytime there is a network event happening in the background. Nothing broken here.