fix: update feature-card videos to new cursor design#513
Merged
Conversation
(cherry picked from commit c69d25d)
|
🚅 Deployed to the docs.page-pr-513 environment in docs.page
|
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
The agent-ready and intelligent-search videos were replaced in place (same filenames) with the new cursor design. Since these are static public assets served under a stable URL, append ?v=2 so clients fetch the fresh versions instead of stale cached ones. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LSvirh151FTJGwzt38xtCL
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Georgina Hesp, Elliot Hesp · Slack thread
Summary
The two feature-card videos on the homepage — "Agent-ready" and "Intelligent Search" — now use the updated, more consistent cursor design.
Before: the two feature-card videos showed the older cursor design.
After: both videos use the new, more consistent cursor design; the older versions are replaced.
How: cherry-picked commit
c69d25dfrom #477 (author Georgina Hesp), which swaps only the two.mp4binaries (app/public/_docs.page/agent-ready.mp4andapp/public/_docs.page/intelligent-search.mp4).mainalready references both videos inapp/src/components/homepage/features/data.tsx, so no code change is needed.This supersedes the video portion of #477, which is being closed.
Scope
app/(hosted site, MCP, Ask AI)packages/cli/packages/mdx-bundler/docs/(product documentation)Type of change
Test plan
bun run checkpasses locallybun dev, CLI command, or other relevant command)docs/(if user-facing)Binary-only change: replaces two
.mp4assets already referenced by the homepage. Verified the diff touches only those two files.Notes for reviewers
No code changes — only the two
.mp4binaries are swapped. Cherry-picked with-xto preserve original attribution (Georgina Hesp). This supersedes the video portion of #477.Generated by Claude Code