FOR DEV PURPOSE, NEVER PUSH, NEVER ACCEPT
This commit is contained in:
@@ -7,6 +7,7 @@ import type { LocalGameProjectRevisionStatus } from '../../app/types';
|
||||
import HomeView from '../../view/home';
|
||||
import { type LauncherView, Sidebar } from '../../view/layout';
|
||||
import ProjectDevelopmentView from '../../view/project-development';
|
||||
import UiEditorExamplePage from '../../view/ui-editor';
|
||||
import {
|
||||
createProjectManifestMergeState,
|
||||
mergeProjectManifestSnapshot,
|
||||
@@ -16,10 +17,7 @@ import {
|
||||
} from '../../view/project-development/projectResourceLiveUpdateModel';
|
||||
import { RuntimeConfigDialog } from '../runtime-config/RuntimeConfigDialog';
|
||||
import { AccountWalletBar, AccountWalletDialogs } from './AccountWallet';
|
||||
import {
|
||||
DeveloperAgentDialogs,
|
||||
DeveloperAgentPanel,
|
||||
} from './DeveloperAgentPanel';
|
||||
import { DeveloperAgentDialogs } from './DeveloperAgentPanel';
|
||||
import { homeAgentModeItems, type WorkspaceLauncherShellProps } from './model';
|
||||
import { NonEmptyProjectDialog, ProjectsPage } from './ProjectCreation';
|
||||
import { useAccountWallet } from './useAccountWallet';
|
||||
@@ -273,10 +271,7 @@ export function WorkspaceLauncherShell({
|
||||
recentProjects={recentProjects}
|
||||
/>
|
||||
) : launcherView === 'agent-chat' ? (
|
||||
<DeveloperAgentPanel
|
||||
controller={developerAgent}
|
||||
onRuntimeConfigOpen={() => setRuntimeConfigOpen(true)}
|
||||
/>
|
||||
<UiEditorExamplePage />
|
||||
) : launcherView === 'project-development' && currentProjectContext ? (
|
||||
<ProjectDevelopmentView
|
||||
projectName={currentProjectContext.projectName}
|
||||
|
||||
Reference in New Issue
Block a user