Skip to content

deploy animated texts to prod#442

Merged
hari merged 5 commits intoproductionfrom
main
Apr 25, 2026
Merged

deploy animated texts to prod#442
hari merged 5 commits intoproductionfrom
main

Conversation

@hari
Copy link
Copy Markdown
Contributor

@hari hari commented Apr 25, 2026

No description provided.

hari and others added 4 commits April 24, 2026 16:39
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sanjana Podduturi <59354376+P-Sanjana@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
#441)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 25, 2026

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: bd1732d7-618d-48f8-aea8-4054ee9cb4fa

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
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 25, 2026

Deploying animata with  Cloudflare Pages  Cloudflare Pages

Latest commit: da9d7b2
Status:⚡️  Build in progress...

View logs

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 34b4cadfeb

ℹ️ 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".

id="main-content"
className="relative py-6 lg:gap-10 lg:py-8 xl:grid xl:grid-cols-[1fr_150px]"
>
<main id="main-content" className="relative py-6 lg:gap-10 lg:py-8 xl:grid">
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Define XL grid columns for docs content and TOC

At the XL breakpoint this page now sets only xl:grid without any grid-cols definition, so docs with a table of contents render the TOC block below the article instead of in the right column. This regresses desktop navigation behavior compared with the blog page (which still uses xl:grid-cols-[1fr_150px]) and makes the sticky TOC much less useful on large screens.

Useful? React with 👍 / 👎.

Comment on lines +907 to +908
const samplesKey = useMemo(() => samples?.join("") ?? "", [samples]);
const phrasesKey = useMemo(() => phrases?.map((p) => p.join("")).join("") ?? "", [phrases]);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Avoid content-key collisions for samples/phrases effect deps

These keys can collide for different inputs (for example samples undefined, [], and [""] all produce ""), so the animation effect will not rerun when content changes across those states. Because the effect snapshots liveSamples/livePhrases once at startup, the component can keep animating stale text until some unrelated dependency changes.

Useful? React with 👍 / 👎.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@hari hari merged commit 0ab68ef into production Apr 25, 2026
4 of 5 checks passed
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