Skip to content

fix(app): show header for untitled sessions - #43539

Open
Rexarrior wants to merge 1 commit into
anomalyco:devfrom
Rexarrior:session-header
Open

fix(app): show header for untitled sessions#43539
Rexarrior wants to merge 1 commit into
anomalyco:devfrom
Rexarrior:session-header

Conversation

@Rexarrior

Copy link
Copy Markdown

Issue for this PR

Closes #42821

Type of change

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

What does this PR do?

The timeline header was gated on the session title or parent ID, so a newly persisted root session had no header until title generation completed.

This change gates the header on the session ID instead. Persisted untitled sessions now keep their header actions available, while drafts without an ID remain unchanged.

How did you verify your code works?

  • Added a Playwright regression test covering both persisted untitled sessions and drafts
  • Ran app and E2E typechecks
  • Ran the first-navigation performance benchmark

Screenshots / recordings

Not included — this preserves the existing header while title generation is pending rather than adding a new visual state.

Checklist

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Session header is hidden until title generation

1 participant