Is your feature request related to a problem? Please describe.
We really need dark mode. Currently it's disabled as the radio button is messed up.
This is a lot of grunt-work... Ideally we could get an AI to do this, but it might require too much human input/decisions.
Describe the solution you'd like
Respect system dark mode.
Additional context
To test out you'll do the following:
- check out Burr/fork
pip install -e .
burr --no-open
- (in another terminal)
cd telemetry/ui && npm run start
- (if it doesn't open) -- go to http://localhost:3000
Then any changbe to the UI will help.
Is your feature request related to a problem? Please describe.
We really need dark mode. Currently it's disabled as the radio button is messed up.
This is a lot of grunt-work... Ideally we could get an AI to do this, but it might require too much human input/decisions.
Describe the solution you'd like
Respect system dark mode.
Additional context
To test out you'll do the following:
pip install -e .burr --no-opencd telemetry/ui && npm run startThen any changbe to the UI will help.