nand2tetris / web-ide

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

[bug]: Web UI has disproportional sizes #229

Closed RaphGL closed 7 months ago

RaphGL commented 7 months ago

Program

None

Interface

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

Contact Details

raphfl.dev@gmail.com

What happened?

The sizes are disproportional affecting usability for all simulators on the web page. This started this friday (2024/02/09), I believe as it was working fine before then. image

Additional Comments

I've tested this on Chrome and Firefox on a Windows and Linux machine and I've also tried clearing cache just to be on the safe side here.

Do you want to try to fix this bug?

Code of Conduct

DavidSouther commented 7 months ago

Thank you for the bug report. This was fixed over the weekend in https://github.com/nand2tetris/web-ide/pull/226. Please refresh (possibly after clearing your browser's cache) and confirm that the button sizes are restored to their expected size.

Note: the fix may not have deployed until this AM

RaphGL commented 7 months ago

Yeah seems to be fixed now. I only created the issue cause it was still broken earlier today when I wrote this issue (the screenshot is from today). Thanks for the quick response :)

DavidSouther commented 7 months ago

Gotcha! Thanks again for filing it, must have been an issue with CDN rollint out slowly or the build running later than expected. We'll look into getting the auto push working more quickly.