Skip to content

fix(app): eager load session route#32536

Open
neriousy wants to merge 1 commit into
anomalyco:devfrom
neriousy:session-load
Open

fix(app): eager load session route#32536
neriousy wants to merge 1 commit into
anomalyco:devfrom
neriousy:session-load

Conversation

@neriousy

@neriousy neriousy commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #32535

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Eager-loads the session route component instead of lazy-loading it. The session page is a core app screen, and loading it up front avoids the first-open V2 blank shell while navigating from home into a session.

How did you verify your code works?

  • Ran bun typecheck from packages/app
  • Ran bun run test:e2e -- regression/prompt-thinking-level.spec.ts from packages/app
  • Push hook ran repo-wide bun turbo typecheck successfully

Screenshots / recordings

Before (visible black screen)

Nagranie.z.ekranu.2026-06-15.o.14.51.29.mov

After

Nagranie.z.ekranu.2026-06-16.o.10.38.24.mov

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

V2 session route flashes blank on first open

1 participant