this post was submitted on 08 Sep 2026
12 points (83.3% liked)

Web Development

5816 readers
15 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] Zak@lemmy.world 3 points 13 hours ago

When I loaded this page on my phone (Firefox on Android), the colors changed several times during loading, then the layout shifted so that only a third of the screen was used for text. That makes taking the author's thoughts on web design seriously difficult.

[–] somegeek@programming.dev 2 points 13 hours ago

Why is this so messy? I understand nothing from it.

[–] jaredwhite@humansare.social 6 points 2 days ago (1 children)

Yes. Toggles are unnecessary, a phenomenon of weird nerds. Just match the system settings and you're fine.

[–] FrogOnShark@programming.dev 6 points 1 day ago (3 children)

Do you mean altogether unnecessary, or unnecessary as a persistent toggle on the main screen?

If you're talking about the former I'd disagree, easiest way to explain is with my own real-world example.

I put basically everything in dark mode, but our ticketing system's website I put in light mode (even though they have a dark mode) because their dark mode looks like shit.

[–] Zak@lemmy.world 1 points 13 hours ago (1 children)

our ticketing system’s website I put in light mode (even though they have a dark mode) because their dark mode looks like shit.

Once, a client asked me to put a spinner on a page that was slow to load. I made the underlying SQL query 2000 times faster instead.

A toggle is not the best solution to your problem.

[–] FrogOnShark@programming.dev 1 points 5 hours ago

A toggle is not the best solution to your problem.

100% correct. Unfortunately I'm far more likely to have access to a toggle than for them to make their dark mode nice.

E.g. I've asked them to add more languages to the code button in their WYSIWYG editor for replying to tickets. I don't use/do any web stuff but I had figured out that they use Froala, and Froala uses prism.js. I asked them to include 5 more languages (bash/sh/shell, batch, ini, json, Powershell) and requested that the list be sorted alphabetically, and told them it should just be a matter of changing the Froala codeSnippetLanguage plugin option. I haven't even had a reply in 5 months.

I also spent some time trying to modify the WYSIWYG editor options myself using a userscript but didn't get anywhere useful.

[–] RougeEric@lemmy.zip 3 points 1 day ago* (last edited 16 hours ago) (1 children)

I think the better alternative would be for browsers to have some kind of per-site override instead of relying on every single site building the same system and putting the option in a different place.

If a setting is universally supported by all sites (which dark mode should be, along with the other common accessibility flags), it shouldn't be something that the site needs to control.

[–] FrogOnShark@programming.dev 2 points 22 hours ago

It probably wasn't clear in my post but I'd be happy with the toggle being in the browser (not something I've historically thought about but a great idea), it was more about the existence of a toggle.

I do agree with @jaredwhite@humansare.social that having the toggle in the header is a waste of space. Same with horizontal tabs.

[–] jaredwhite@humansare.social 1 points 1 day ago

Maybe there's a case to be made for a theme setting on a screen somewhere. Or as others have said, this could be set at the browser level per site.

I just think having a toggle up in the header is sort of a UX waste.