uncomputable / simfony-webide

Simplicity / Simfony development in the browser!
https://simfony.dev
Creative Commons Zero v1.0 Universal
8 stars 3 forks source link

Run button feedback when program doesn't compile #25

Closed uncomputable closed 1 month ago

uncomputable commented 6 months ago

There should be a "rejection" animation when the run button is clicked on a non-compiling program. Something like a red flash with the button wiggling from left to right.

Right now, when the parse errors are outside of the screen, there is no feedback at all.

dpet commented 6 months ago

For now I can disable the button and add disabled styling when there are parsing errors.

uncomputable commented 1 month ago

Fixed in #37