nand2tetris / web-ide

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

[feature]: Improve file dialog palette in dark mode #359

Closed Arcadonauts closed 2 weeks ago

Arcadonauts commented 2 weeks ago

Tool

None

Interface

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

Contact Details

No response

What feature are you proposing?

open_file_dialog The open file dialog shows the selectable files as grayed out whereas the disabled files look as though they can be selected.

In this image, FullAdder.tst can be selected, whereas the the .cmp and the .hdl can not. This is really misleading and caused me to spend more time than I'd care to admit trying to open files that couldn't be opened.

Additional Comments

My Windows 10 machine is set to dark mode and the issue appears in Chrome and Firefox. I didn't take any extra steps to put the IDE into dark mode, it appears to have just done it automatically (thank you for that!).

When I switch my computer to light mode and refresh the page, the color palette is consistent with what I expect (i.e. grayed out are disabled).

Do you want to try to add this feature?

Code of Conduct