Carsonthemonkey / GIST

App to summarize audio files for the LC ACM spring 2023 hackathon
MIT License
3 stars 0 forks source link

Transcribe button can be pressed even when it appears to be disabled #70

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

I remember when we decided that this was fine. Now that there are error popups when you transcribe without a file loaded it causes a problem. Removing the error popup for that specific instance might be sufficient, as it shouldn't ever happen if the button is disabled anyways

Carsonthemonkey commented 1 year ago

Added early return if there is no file loaded so no popups will be triggered