Skip to content

Improve video loading appearance

Joshua Goins requested to merge work/redstrate/fix-loading-thumbnail into master

The current video playing experience is not great, the most obvious problem is that when stopping your current video and starting the next one. While the video is loading, the last video's stopped frame is still shown until the next video is loaded. Depending on the performance of your Invidious instance, this could take some time :-)

Now there's a new loading placeholder, and a better way to gauge stopped state:

Screencast_20230616_211346

Merge request reports