Skip to content

Reapply "small prefetch" - #2468

Open
thibaultleouay wants to merge 1 commit into
mainfrom
small-prefetch-v2
Open

Reapply "small prefetch"#2468
thibaultleouay wants to merge 1 commit into
mainfrom
small-prefetch-v2

Conversation

@thibaultleouay

@thibaultleouay thibaultleouay commented Jul 27, 2026

Copy link
Copy Markdown
Member

Recreates #2466, which was reverted in #2467, so we can keep iterating on the prefetch / page-skeleton work.

Leaving this open as a working branch — not ready to merge yet.

🤖 Generated with Claude Code

Review in cubic

Reapplies the changes from #2466, reverted in #2467, so we can iterate on
the prefetch/skeleton work.
@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openstatus-dashboard Ready Ready Preview, Comment Jul 27, 2026 1:43pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
openstatus-status-page Skipped Skipped Jul 27, 2026 1:43pm
openstatus-web Skipped Skipped Jul 27, 2026 1:43pm

Request Review

@cubic-dev-ai cubic-dev-ai 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.

1 issue found across 30 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="apps/dashboard/src/components/content/page-skeleton.tsx">

<violation number="1" location="apps/dashboard/src/components/content/page-skeleton.tsx:22">
P3: `flex-1` on `<main>` is inactive because the parent `<div>` is not a flex container; remove `flex-1` since `w-full` already handles the width and the parent div doesn't participate in flex layout.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

<Skeleton className="h-4 w-32" />
</AppHeaderContent>
</AppHeader>
<main className="w-full flex-1">

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.

P3: flex-1 on <main> is inactive because the parent <div> is not a flex container; remove flex-1 since w-full already handles the width and the parent div doesn't participate in flex layout.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/dashboard/src/components/content/page-skeleton.tsx, line 22:

<comment>`flex-1` on `<main>` is inactive because the parent `<div>` is not a flex container; remove `flex-1` since `w-full` already handles the width and the parent div doesn't participate in flex layout.</comment>

<file context>
@@ -0,0 +1,35 @@
+          <Skeleton className="h-4 w-32" />
+        </AppHeaderContent>
+      </AppHeader>
+      <main className="w-full flex-1">
+        <SectionGroup>
+          <Section>
</file context>

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.

1 participant