checkly / public-roadmap

Checkly public roadmap. All planned features, updates and tweaks.
https://checklyhq.com
37 stars 7 forks source link

Dark. Mode. #124

Open phil-lgr opened 3 years ago

phil-lgr commented 3 years ago

💡 For general support requests and bug reports, please go to checklyhq.com/support

Is your feature request related to a problem? Please describe.

My eyes at night. It hurz

Describe the solution you'd like

Dark mode.

Describe alternatives you've considered

Wearing sunglasses looking at Checkly, at night.

Additional context

🌚

phil-lgr commented 3 years ago

Workaround:

Install the extension: https://chrome.google.com/webstore/detail/custom-javascript-for-web/ddbjnfjiigjmcpcpkmhogomapikjbjdk

Add a script for app.checkly.com:

document.documentElement.style.filter = `invert(1) hue-rotate(180deg)`;

Profit:

image

tnolet commented 3 years ago

@phil-lgr I hear you. We have not direct plans for Dark mode right now, sorry. I would love for it to happen, but the amount of work is quite big. I hope the browser extension work around is good enough for you till we can get this on the roadmap.

apokusin commented 2 years ago

@phil-lgr I hear you. We have not direct plans for Dark mode right now, sorry. I would love for it to happen, but the amount of work is quite big. I hope the browser extension work around is good enough for you till we can get this on the roadmap.

Perhaps a good starting point would be to design a dark mode for the publicly visible status page. My sleep cycle calculator is used in dark mode pretty much all the time. I frequently check analytics and stability, especially during busy periods (which tend to be at night).

The extension is great on desktop, but I'm not sure how to achieve the same on my iPhone.