feat: popular actions carousel with clearer ordering (SS-5653)#255
feat: popular actions carousel with clearer ordering (SS-5653)#255twblack88 wants to merge 4 commits into
Conversation
Replace static welcome suggestion buttons with a horizontally scrolling popular actions carousel that auto-advances, pauses during hover/focus/touch interaction, and supports mobile swipe navigation. Co-authored-by: Cursor <cursoragent@cursor.com>
Built with Claude
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Resolve conflict by keeping PopularActionsCarousel over the old WELCOME_SUGGESTIONS row, and port the epic branch's translucent blurred wrapper styling onto the carousel. Built with Claude
Observe the canvas's parent container and call shader.resize() explicitly so the WebGL aurora re-renders to full size after layout changes (e.g. the sidebar opening/closing). The shader library pins the canvas to fixed pixels and watches the frozen canvas for resizes, so CSS-driven changes never reached it. Also make the mobile CSSFallback more vibrant with layered radial gradients matching the Aurora palette, instead of a faint two-layer wash. Built with Claude
Summary
PopularActionsCarousel.tsx) with auto-advance, dot navigation, and pause-on-interaction.POPULAR_ACTIONSinChat.tsxso the carousel sequence reads more clearly.Test plan
bun run type-checkpassesbun test— 825 pass, 0 failbun run lintclean (errors only in untracked worktree copy)Built with Claude