burr icon indicating copy to clipboard operation
burr copied to clipboard

Dark mode in the UI

Open elijahbenizzy opened this issue 1 year ago • 2 comments

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

  • Requested by the folks at Scrape Graph
  • Current line disabling it: https://github.com/DAGWorks-Inc/burr/blob/aeff00ea545ebd79b96bf4943fee6626e02c4131/telemetry/ui/tailwind.config.js#L18

To test out you'll do the following:

  1. check out Burr/fork
  2. pip install -e .
  3. burr --no-open
  4. (in another terminal) cd telemetry/ui && npm run start
  5. (if it doesn't open) -- go to http://localhost:3000

Then any changbe to the UI will help.

elijahbenizzy avatar May 26 '24 18:05 elijahbenizzy

I've previously done this in many projects -- In typescript. In THIS repo, is the code for this based in typescript or python?

cooldude6000 avatar Jul 03 '24 15:07 cooldude6000

I've previously done this in many projects -- In typescript.

In THIS repo, is the code for this based in typescript or python?

Hey! Code is all typescript. Using vanilla react + tailwind. See https://github.com/DAGWorks-Inc/burr/tree/main/telemetry/ui.

There are dev instructions somewhere but to run you:

  1. pip install "burr[start]"
  2. npm run start from inside that directory

elijahbenizzy avatar Jul 03 '24 15:07 elijahbenizzy