refactor: MCP-compliant theme tokens and CSS class rename (#7275)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user