Skip to content

release: og image changes#491

Merged
hari merged 7 commits into
productionfrom
main
Jun 7, 2026
Merged

release: og image changes#491
hari merged 7 commits into
productionfrom
main

Conversation

@hari

@hari hari commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cdb56b9d-56fe-4bc7-a799-e69bf138d5e0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 7, 2026

Copy link
Copy Markdown

Deploying animata with  Cloudflare Pages  Cloudflare Pages

Latest commit: 11d6c67
Status: ✅  Deploy successful!
Preview URL: https://72dd7552.animata.pages.dev
Branch Preview URL: https://main.animata.pages.dev

View logs

@hari hari merged commit c5378d9 into production Jun 7, 2026
4 of 5 checks passed
@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review


P2 Badge Cover containers wider than the fixed lane set

When AnimatedBeam is used in a container wider than 64 × 40px (for example a 4K/ultrawide full-width hero), the centered lane strip only spans 2560px, so the sides lose the diagonal grid and beams and show only the background gradient. The previous measured implementation generated enough lanes for the actual width, so this regresses wide viewports; derive the lane count from CSS/width or make the lane strip repeat/overfill instead of capping it here.


} else {
for (const rel of [item.componentPath, item.importPath]) {
if (!rel) continue;
const abs = join(ROOT, rel.replace(/^\.\//, ""));
if (existsSync(abs)) h.update(readFileSync(abs));
}

P2 Badge Include doc metadata in OG hashes

For non-template OG cards, the rendered image includes the doc title, category, description, labels, and story URL, but this branch only hashes the component/story source files. If a component doc's frontmatter text or labels change while the component source stays the same, pnpm og:build sees the old manifest hash and skips regeneration, leaving stale text in the committed OG image URL; include the rendered metadata in the hash for this branch too.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

2 participants