Ability to hide dev indicators except for when a route is compiling #83866
agusterodin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
devIndicators
tofalse
innext.config.ts
causes all visual indicators to disappear (including the route compile indicator).Background
Next.js used to behave this way and it was desirable. Having dev indicators on-screen all the time is distracting/excessive for people that just build client-side apps.
I tried hacking this into my CSS but the dev indicator stuff contained within a shadow DOM so this doesn't work:
Proposal
Perhaps add an
onlyShowOnRouteCompile
option to thedevIndicators
object innext.config.ts
.Beta Was this translation helpful? Give feedback.
All reactions