fix(site): respect meta user appearance preference as theme fallback by jeremyruppel · Pull Request #22152 · coder/coder

jeremyruppel

@jeremyruppel

Use the server-rendered meta tag value as an intermediate fallback for
theme preference, between the JS-fetched value and the default theme.
This ensures the correct theme is applied before the API response loads.

Fixes #20050