Skip to content

Commit a84204f

Browse files
chore(web): remove unused configEditor and OnboardingSteps enum
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6c5613f commit a84204f

File tree

2 files changed

+0
-294
lines changed

2 files changed

+0
-294
lines changed

packages/web/src/app/[domain]/components/configEditor.tsx

Lines changed: 0 additions & 285 deletions
This file was deleted.

packages/web/src/lib/constants.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
2-
// @note: Order is important here.
3-
export enum OnboardingSteps {
4-
CreateOrg = 'create-org',
5-
ConnectCodeHost = 'connect-code-host',
6-
InviteTeam = 'invite-team',
7-
Complete = 'complete',
8-
}
9-
101
export const MOBILE_UNSUPPORTED_SPLASH_SCREEN_DISMISSED_COOKIE_NAME = 'sb.mobile-unsupported-splash-screen-dismissed';
112
export const AGENTIC_SEARCH_TUTORIAL_DISMISSED_COOKIE_NAME = 'sb.agentic-search-tutorial-dismissed';
123
export const OPTIONAL_PROVIDERS_LINK_SKIPPED_COOKIE_NAME = 'sb.optional-providers-link-skipped';

0 commit comments

Comments
 (0)