Replies: 2 comments
-
PR #32 submitted to address this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Was merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This relates to #21.
Large playlists can take a while to load, delaying display of the UI until all playlists are loaded. I want to background this process, which should be easy enough. The discussion I'm requesting is around if and how we show non-blocking progress to the user. Do we implement a progress bar on the Playlist page? Add a new % complete in the increasingly crowded status bar?
As I mention in the ticket, I think this deserves a little up-front thought, because I can forsee needing similar progress status in other areas of the application -- for example, #26, which -- depending on the server DB size and performance, could take a few seconds. Whatever we do here should be reusable.
Beta Was this translation helpful? Give feedback.
All reactions