feat(shell): restore the last app screen after restart - #3965
Merged
Conversation
Generated-By: PostHog Code Task-Id: c6ae4672-c246-4078-857d-b00e81aaaaaa
|
😎 Merged successfully - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Generated-By: PostHog Code Task-Id: c6ae4672-c246-4078-857d-b00e81aaaaaa
Generated-By: PostHog Code Task-Id: c6ae4672-c246-4078-857d-b00e81aaaaaa
Generated-By: PostHog Code Task-Id: c6ae4672-c246-4078-857d-b00e81aaaaaa
Generated-By: PostHog Code Task-Id: c6ae4672-c246-4078-857d-b00e81aaaaaa
Generated-By: PostHog Code Task-Id: c6ae4672-c246-4078-857d-b00e81aaaaaa
Contributor
🦔 ReviewHog reviewed this pull requestFound 0 must fix, 1 should fix, 2 consider. Published 3 findings (view the review). |
Contributor
|
ReviewHog Alpha 🦔 If you find any issues helpful - please reply "valid", "invalid", etc., for evaluation purposes 🙏 |
Generated-By: PostHog Code Task-Id: c6ae4672-c246-4078-857d-b00e81aaaaaa
Contributor
|
✅ Visual changes approved by @puemos — baseline updated in 6 changed, 4 removed. |
6 updated, 4 removed Run: e0e79852-4378-4765-b314-bf9b47cebef4 Co-authored-by: puemos <13174025+puemos@users.noreply.github.com>
puemos
marked this pull request as ready for review
July 31, 2026 09:24
Contributor
Author
|
/trunk merge |
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.
Problem
Restarting the app loses the user’s place, while first-time or invalid destinations should begin with a task in their personal space.
Changes
mewhen unavailable.Why: Keep restarts continuous for returning users and give everyone else an immediately useful starting point.
How did you test this?
pnpm --filter @posthog/ui exec vitest run src/router/startupLocation.test.tspnpm --filter @posthog/ui typecheckpnpm exec biome check ...node scripts/check-host-boundaries.mjsAutomatic notifications
Created with PostHog Code