feat(desktop): restore project jump links - #149
Merged
patroza merged 1 commit intoJul 28, 2026
Merged
Conversation
* feat: add project jump links * feat(desktop): route project deep links through overlay
patroza
merged commit Jul 28, 2026
8260a5d
into
t3-discord/f7d37879-desktop-deeplinks
1 check passed
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 30, 2026
patroza
added a commit
that referenced
this pull request
Jul 30, 2026
patroza
added a commit
that referenced
this pull request
Jul 30, 2026
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.
Summary
e17c2bf90onto the desktop deep-link overlayt3code://open/projectparsing, environment/project resolution, Desktop navigation, the universal web jump route, and Sidebar/Sidebar V2 integrationDesktopLifecycletest mock methodWhy this disappeared
PR #72 was merged into this overlay on July 26. GitHub history shows that PR #10 was force-pushed on July 27 at 05:26:37 UTC from
85a2a077(whereapps/web/src/projectJump.tsexists) to6d9c07a3(where it does not). Both replacement tips have the same parent and the samefeat(desktop): open threads via t3code:// deep linkssubject. That means the overlay rewrite reconstructed the original deep-link commit from a stale/pre-#72 snapshot instead of replaying the complete current overlay tree, silently omitting the already-merged child PR. The archived integration ref retainede17c2bf90, which made this recovery possible.Verification
vp checkELECTRON_SKIP_BINARY_DOWNLOAD=1 vp run -r --cache --log labeled typecheckvp test run apps/desktop/src/app/DesktopLifecycle.test.ts apps/desktop/src/app/DesktopDeepLinks.test.ts apps/desktop/src/window/DesktopWindow.test.ts apps/desktop/src/window/DesktopApplicationMenu.test.ts apps/desktop/src/backend/DesktopBackendPool.test.ts apps/web/src/projectJump.test.ts(52 tests)vp run --cache build:desktopvp run devenvironment started successfully; collaborative preview navigation timed out and the preview client became unavailable, so browser click-through could not complete