fly-apps / live_beats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hitting "Cancel" on upload song modal, re-opening and hitting "Save" crashes the app displaying "Re-establishing connection" forever

hubertlepicki opened this issue · comments

If you start uploading a song, then "Cancel" in the middle, and then if you re-open the modal

  1. The modal is now in some undefined state, having a progress bar from previous upload
  2. You can hit "Save" button, which now breaks something further and "Re-establishing connection" is now forever visible

As a side note, you should probably also not be able to click "Save" while the file is uploading.

broken.mp4

As a side note, I think something should happen when the upload finishes and progress bar reaches 100%. As it is now, it stays there at 100% without giving user any indication that they can now safely hit "Save'

Adding loading bar on button when you click save would be good as well.

This was a bug on LV main. Thanks!