fix(web): prevent startup project switches while typing - #152
Merged
incognitojam merged 2 commits intoAug 15, 2026
Conversation
incognitojam
deleted the
t3code/preserve-composer-draft-on-project-switch
branch
August 15, 2026 22:52
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.
The web client could start restoring the most recent project from cached thread shells while the server was still resolving its launch-directory bootstrap project. If those automatic navigations overlapped, a late bootstrap route could switch projects after the composer became editable, leaving the user's text behind as a draft in the first project.
Coordinate index-draft and server-bootstrap navigation through a one-shot in-memory owner. A bootstrap target that is already known can open normally, but a late bootstrap welcome cannot interrupt another launch navigation. Bootstrap targets are marked handled per environment and thread so later visits to Home continue to open a normal draft.
Verification:
vp test run apps/web/src/launchNavigationStore.test.tsvp run typecheckinapps/webBrowser evidence was not captured because this is launch-timing behavior and computer-use permission was not requested.
Written by an agent (T3 Code, gpt-5.6-sol).