Use higher quality GIFs from website in README#237
Conversation
Replace low-quality downsampled GIFs (600x353) with full-quality versions from the website (1836x1080) and remove unused assets. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughREADME.md image references updated from generic asset paths to site-specific hero image paths. Three GIF file references are changed to point to the new location within the website's public hero directory. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
README.md (1)
1-1: Complete the test plan checklist.The PR has an unchecked test plan item: "Verify GIFs render correctly in README on GitHub." Consider checking this off once you've confirmed the new image paths work correctly. This is especially important since GitHub's relative path handling can occasionally have edge cases.
Would you like me to help create a verification checklist or document the testing steps for this PR?
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (4)
assets/change-themes.gifis excluded by!**/*.gifassets/create-tabs.gifis excluded by!**/*.gifassets/create-worktree.gifis excluded by!**/*.gifassets/example.gifis excluded by!**/*.gif
📒 Files selected for processing (1)
README.md(3 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-11-24T21:32:21.725Z
Learnt from: CR
Repo: superset-sh/superset PR: 0
File: apps/desktop/CLAUDE.md:0-0
Timestamp: 2025-11-24T21:32:21.725Z
Learning: Applies to apps/desktop/**/AGENTS.md : Document agent responsibilities, capabilities, and interaction patterns in AGENTS.md
Applied to files:
README.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Build
🔇 Additional comments (1)
README.md (1)
19-19: All new GIF files are present at the specified paths.✓ New GIF files confirmed to exist:
apps/website/public/hero/use-agents.gifapps/website/public/hero/open-worktrees.gifapps/website/public/hero/manage-terminals.gif✓ Old GIF files from
assets/have been removed.The markdown references in README.md (lines 19, 56, 65) correctly point to the new paths. Quality verification (1836×1080 full-resolution vs 600×353 downsampled) cannot be confirmed in the verification environment but the file integrity check passes.
| Spin up new coding tasks while waiting for your current agent to finish. Quickly switch between tasks as they need your attention. | ||
|
|
||
| <img alt="example" src="assets/example.gif" /> | ||
| <img alt="example" src="apps/website/public/hero/use-agents.gif" /> |
There was a problem hiding this comment.
Update alt text to match the semantic content of the image filename.
Line 19 has alt text "example" but the file is now use-agents.gif. The alt text should be more descriptive and consistent with the actual content shown.
Apply this diff to improve the alt text:
-<img alt="example" src="apps/website/public/hero/use-agents.gif" />
+<img alt="Using Superset agents" src="apps/website/public/hero/use-agents.gif" />📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <img alt="example" src="apps/website/public/hero/use-agents.gif" /> | |
| <img alt="Using Superset agents" src="apps/website/public/hero/use-agents.gif" /> |
🤖 Prompt for AI Agents
README.md around line 19: the img tag's alt text is currently "example" which
doesn't reflect the file use-agents.gif; update the alt attribute to a
descriptive, semantic value matching the image (e.g., alt="Use Agents demo" or
similar) so the tag becomes consistent with the filename and conveys the image
content.
Summary
assets/with full-quality versions fromapps/website/public/hero/(1836x1080)assets/folderTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.