feat(ui): allow immediate user input during startup (#23661)

This commit is contained in:
Sehoon Shon
2026-03-24 09:33:17 -04:00
committed by GitHub
parent dcedc42979
commit 893c7d3880
2 changed files with 13 additions and 12 deletions

View File

@@ -518,12 +518,8 @@ export const Composer = ({ isFocused = true }: { isFocused?: boolean }) => {
flexGrow={0}
flexShrink={0}
>
{(!uiState.slashCommands ||
!uiState.isConfigInitialized ||
uiState.isResuming) && (
<ConfigInitDisplay
message={uiState.isResuming ? 'Resuming session...' : undefined}
/>
{uiState.isResuming && (
<ConfigInitDisplay message="Resuming session..." />
)}
{showUiDetails && (