Skip to content

v1.2.1

Compare
Choose a tag to compare
@kiko-g kiko-g released this 16 Apr 02:37
· 338 commits to main since this release

Shuffle video order when local storage is available. This is a minor code fix but still a breaking change to the UX.

if (isStorageValid(48)) {
  setVideos(shuffle(JSON.parse(localStorage.getItem('finishershub.videos'))))
}