Controller GUI UX Bugs
1. Dark Mode does not work with local URLs.
I can't change system/dark mode when browsing controller GUI in local URL without valid SSL.

2. Network Name validation doesn't work at all
Every time I want to create LAN DNS I get mysterious The config uci commit failed. (ErrorCode: gateway_1010).
Finally, I've found the root cause of the issue: network name cannot use separators other than underscores (here: „Private Network” is invalid because uses space separator).
This is a UX bug because VLAN GUI shloudn't allow you to enter invalid network name. Putting aside the fact that spaces should be valid characters anyway (which is strange that they are not).
Another UX bug here is that config error description should say that explicitly (real cause) instead of some ambigiuous ErrorCode: gateway_1010 that says nothing. For screenshots go to Configuring LAN DNS issue.

