this post was submitted on 27 Jul 2023
10 points (100.0% liked)
TechTakes
2097 readers
195 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For some it's just personal preference, for some with vision issues it's unreadable
What's the benefit to removing one and forcing everyone to use the other?
If "X" can't handle a light mode and a dark mode, then that's not a very good sign...
You're acting like they need to code a whole new app rather than a single if/then statements with different color values.
Do you have any idea what you're talking about?
don't underestimate the work that goes into maintaining two UI themes on that level. Every new thing has to cater for both themes by the designers. Those colour values are easy for devs IF the css is built to accommodate. It very rarely is... and by rarely I mean never, but say rarely to appease the devs seeing this who think they've built something that accommodates it.
For the love of... they are freaking twitter! It is one of the most used user interfaces in the world! I think they can spring for the necessary dev resources to maintain a UI that can support multiple modes.
You set up a table for each.
If you're adding one thing that needs a color value, you just add a color to each table rather than a single color...
It's honestly not complicated or time consuming. Especially when two versions already exist...