refactor: MCP-compliant theme tokens and CSS class rename (#7275)

This commit is contained in:
Andrew Harvard
2026-02-23 11:41:08 -05:00
committed by GitHub
parent 8182a6c7d7
commit c73bad9a9c
137 changed files with 1274 additions and 963 deletions
+5
View File
@@ -6,6 +6,11 @@ import SuspenseLoader from './suspense-loader';
import { client } from './api/client.gen';
import { setTelemetryEnabled } from './utils/analytics';
import { readConfig } from './api';
import { applyThemeTokens } from './theme/theme-tokens';
// Apply theme tokens to :root before first paint.
applyThemeTokens();
const App = lazy(() => import('./App'));
const TELEMETRY_CONFIG_KEY = 'GOOSE_TELEMETRY_ENABLED';