bluewave-labs / bluewave-uptime

BlueWave Uptime is an open-source, self-hosted monitoring tool built with React.js, Node.js, and MongoDB, designed to track server uptime, response times, and incidents in real-time with beautiful visualizations. Get powerful insights and proactive alerts to keep your services running smoothly.
https://uptime-demo.bluewavelabs.ca/
GNU Affero General Public License v3.0
473 stars 56 forks source link

FE - Font-sizes should adjust to user settings #1024

Open marcelluscaio opened 2 weeks ago

marcelluscaio commented 2 weeks ago

Is your feature request related to a problem? Please describe. Fonts are declared using px, and that does not respect user's settings, violating WCAG Success Criterion 1.4.4 (https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html_

Describe the solution you'd like Fonts can be declared using the REM unit

Describe alternatives you've considered I cannot think of an alternative.

gorkem-bwl commented 2 weeks ago

Are there any SaaS projects that do this so I can check? And how does one change the user's settings so the app respects it?

gorkem-bwl commented 2 weeks ago

Forget what I said earlier :) I’ve watched two videos and feel I got the point. I just suggest we prioritize addressing small bugs and building our infrastructure monitoring first. After we launch version 2.0, we can tackle this issue. What do you think?

ajhollid commented 1 week ago

I'm on board for this issue after @marcelluscaio 's presentation this morning :+1:

After infrastructure monitoring we can work on this and perhaps the big boogeyman, responsive design :ghost: