Unified Environment Display

I am hoping to request a fix for an annoyance of mine, that maybe bothers others.

I have trouble with the display of what environment we are working in.

In Workflows, it is in the footer, with no background:
image

In the Editor, it is in the footer, with a background: (my favorite display)
image

(OCD side-note, the footers have different y-paddings :slight_smile:)

and finally, what kills my flow, is the Database view:

Which moves it to the opposite corner of the screen! :cry:
image

On my 2560px wide monitor, the opposite corner is really far away.

I would also request that they all get more color, so that it is very easy to identify where you are working.

1 Like

If anyone else wants it (or Retool??? :grin:) I posted a userscript I made for myself here on github.

I tried to keep it simple as possible. Just MutationObservers to watch the page, and some injected CSS.

1 Like

Hey @khill-fbmc! This is great feedback. We're trying to put an emphasis on consistency and :sparkles: quality :sparkles: in the shorter term, so I'm sure the team will appreciate your input. I'll pass this on and provide an update here as soon as possible!

Great job with the custom headers, too. The colors, in particular, have been chosen very tastefully. :smile:

1 Like

The colors are actually your colors! I inspected the page and extracted them from the environment indicator dot. I then added some opacity to soften it for the background. :slight_smile:

1 Like