Skip to content

ref: cleanup page-frame feature flag#117974

Draft
TkDodo wants to merge 37 commits into
masterfrom
tkdodo/ref/cleanup-page-frame-feature-flag
Draft

ref: cleanup page-frame feature flag#117974
TkDodo wants to merge 37 commits into
masterfrom
tkdodo/ref/cleanup-page-frame-feature-flag

Conversation

@TkDodo

@TkDodo TkDodo commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 18, 2026
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Story previews

Preview the stories changed in this PR on the Vercel deployment:

Preview deployment: https://sentry-jhpa8s5ey.sentry.dev

return (
<ResourcesWrapper data-test-id="resources">
<Layout.Title withMargins>{t('Resources')}</Layout.Title>
<Layout.Title>{t('Resources')}</Layout.Title>

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: withMargin didn’t do anything for page-frame mode. Layout.Title is now just a TopBar.Slot and should likely be inlined in a follow-up

@TkDodo

TkDodo commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator Author

bugbot run

Comment thread static/app/components/layouts/thirds.tsx
sine Layout.Title always renders a slot, and we have no slot there, this would nuke the title
@TkDodo

TkDodo commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 593c466. Configure here.

TkDodo added 2 commits June 19, 2026 18:51
The page-frame command palette eagerly fetches starred Explore saved queries on every route. Without this feature the endpoint 404s and TanStack Query retries it (4 requests), adding load/latency that can tip the page past the Selenium waits. Enabling it returns a 200 (empty list) and avoids the retries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant