netgusto / nodebook

Nodebook - Multi-Lang Web REPL + CLI Code runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual indicator of the running status + button to stop when running

netgusto opened this issue · comments

The "Run" button should change when the code is running:

  • animation indicating the fact that the code is running
  • Color red, button label becomes "Stop"

Done! Although, the process is not really stopped on the backend yet. Creating another issue about that.