artificialarea / html-108-app

Full-stack Web Audio API Step Sequencer
https://html-108.vercel.app
1 stars 0 forks source link

Save/Update: The Interim Process #11

Open artificialarea opened 4 years ago

artificialarea commented 4 years ago

Should

1a. Have some sort of "Processing" text, modal, animation to inform user fetch is occuring 1b. ...should have a setInterval so the animation plays for at least x second(s), if the fetch response is too quick.

  1. Disable submit button during this interim phase.
  2. Confirmation of Success (and Failure)
artificialarea commented 4 years ago

Semi-Done:

  1. Put in 'processing' icon animation to display within the save button.
  2. Conditional display of error message text if response is an error.

Not terribly elegant solutions, tho. But considering time constraints good enough for now.