Skip to content

Commit 9af0ba7

Browse files
SpicyPeteclaude
andcommitted
frontend: remove dev debugger dialog
Moved to the pz/dev-debugger-dialog-tool branch to keep this PR smaller and more focused. Reverts the debug-helper component, connect-config fixtures, feature-flag overrides, and their wiring in __root.tsx and app.tsx. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 779840b commit 9af0ba7

5 files changed

Lines changed: 1 addition & 1631 deletions

File tree

frontend/src/app.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ import { useEffect } from 'react';
4848
import { getBasePath } from 'utils/env';
4949
import { patchedRedpandaTheme as redpandaTheme } from 'utils/redpanda-theme';
5050

51-
import { applyOverrides as applyDebugFeatureFlagOverrides } from './components/debug-helper/feature-flag-overrides';
5251
import { NotFoundPage } from './components/misc/not-found-page';
5352
import { addBearerTokenInterceptor, checkExpiredLicenseInterceptor, getGrpcBasePath, setup } from './config';
5453
import { routeTree } from './routeTree.gen';
@@ -107,9 +106,6 @@ const App = () => {
107106

108107
useEffect(() => {
109108
const setupTeardown = setup(EMPTY_SETUP_ARGS);
110-
// Apply local debug feature-flag overrides AFTER setup() (which clobbers
111-
// config.featureFlags). Dev-only mechanism — see debug-helper/feature-flag-overrides.ts.
112-
applyDebugFeatureFlagOverrides();
113109
const uiSettingsTeardown = installUISettingsSideEffects();
114110
return () => {
115111
uiSettingsTeardown();

0 commit comments

Comments
 (0)