fix(chat): reverse shimmer sweep to left-to-right - #5650
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview The Reviewed by Cursor Bugbot for commit dbbd28d. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR adjusts the shimmer text animation used in chat labels. The main changes are:
Confidence Score: 5/5This looks safe to merge after a small visual animation fix.
apps/sim/components/ui/shimmer-text.module.css Important Files Changed
Reviews (1): Last reviewed commit: "fix(chat): reverse shimmer sweep to left..." | Re-trigger Greptile |
#5671 rewrote the shimmer-sweep keyframes to run 100% -> -100%, which is already left-to-right, but left the `reverse` from #5650 on the animation shorthand. The two flips cancel into a right-to-left sweep on every ShimmerText consumer: subagent labels, tool-call rows, and the new agent-stream thinking chrome. Drop `reverse` so direction lives in exactly one place — the keyframes.
Summary
reverseto the animation shorthandanimationshorthand entirely with the symmetricshimmer-pulseType of Change
Testing
Tested manually.
bun run lintandbun run check:api-validation:strictpass.Checklist