Preferred mechanism for visually identifying environments? #10773
|
Hello, What is the recommended mechanism for visually identifying different environments (e.g.: prod vs. staging)? Is there an easy way to color code the UI? |
Answered by
usualdesigner
Sep 11, 2026
Replies: 1 comment
|
No built-in environment-color feature, but the embed exposes customCss and customSiteTitle - I just inject a colored banner via customCss (a fixed-position div with a background color and 'STAGING' text) keyed off an env var at build/serve time. Cheap and it works, obvious to anyone using the UI which environment they're on. |
0 replies
Answer selected by
myshkin5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No built-in environment-color feature, but the embed exposes customCss and customSiteTitle - I just inject a colored banner via customCss (a fixed-position div with a background color and 'STAGING' text) keyed off an env var at build/serve time. Cheap and it works, obvious to anyone using the UI which environment they're on.