nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
38 stars 11 forks source link

[bug/issue]: Clock time format #269

Closed Shimon-Schocken closed 2 months ago

Shimon-Schocken commented 2 months ago

Program

Hardware Simulator

Interface

Website (https://nand2tetris.github.io/web-ide)

Contact Details

schocken@gmail.com

What happened?

I suggest making the Clock button more prominent by moving it, and at the same time solving the annoying jitter when clicking "Clock". We can use something like "Clock: " + "{:<4}".format(number). For example:

Eval | Reset | Clock:  1   |
Eval | Reset | Clock:  1+  |
Eval | Reset | Clock:  12+ |  
Eval | Reset | Clock:  123+| 

Beyond 999+ it will become jittery again, so be it.

Additional Comments

No response

Do you want to try to fix this bug?

Code of Conduct