fix: improve TUI initial screen based on project state#10
Merged
Conversation
- No project: Show Quick Start with only 'create' command (removed add/deploy) - Has project: Start directly on Commands list instead of blank home screen - Make 'create' selectable on Quick Start - Enter key navigates to create flow Fixes: - Blank terminal when project exists - Misleading add/deploy options when no project exists
54c5933 to
68ea95c
Compare
notgitika
approved these changes
Feb 1, 2026
aidandaly24
added a commit
that referenced
this pull request
Feb 1, 2026
Shell mode feature was partially merged across PRs but the core ../shell module was never added, causing build failures. Removes: - Shell imports and warmup/destroy lifecycle - ShellEscapeContainer, ShellPrompt, ShellCommandText components - useShellContext hook usage - onShellCommand callbacks from deploy/plan screens - Shell-related Route properties Preserves: - Cursor movement feature from PR #7 (useTextInput hook) - Quick Start improvements from PR #10 (onSelectCreate)
15 tasks
aidandaly24
added a commit
that referenced
this pull request
Feb 1, 2026
… and took in removed dependencies (#31) * fix: remove broken shell mode references Shell mode feature was partially merged across PRs but the core ../shell module was never added, causing build failures. Removes: - Shell imports and warmup/destroy lifecycle - ShellEscapeContainer, ShellPrompt, ShellCommandText components - useShellContext hook usage - onShellCommand callbacks from deploy/plan screens - Shell-related Route properties Preserves: - Cursor movement feature from PR #7 (useTextInput hook) - Quick Start improvements from PR #10 (onSelectCreate) * fix: handle optional disabled property on language options
Open
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Improves the TUI initial screen experience based on project state:
No project: Shows Quick Start with only create command (removed misleading add/deploy options that don't work without a project). The create option is now selectable - pressing Enter navigates directly to the create flow.
Has project: Starts directly on the Commands list (HelpScreen) instead of showing a blank home screen with hidden Quick Start.
Changes
Related Issues
N/A
Documentation PR
N/A
Type of Change
Bug fix
Testing
How have you tested the change?
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.