"renders testimonials list, including names, roles, messages and ratings"#3903
"renders testimonials list, including names, roles, messages and ratings"#3903abhilashgedela28-lang wants to merge 1 commit into
Conversation
|
@abhilashgedela28-lang is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
can you explain where the conflicts are occurring and if you give me the issues I can resolve it and push it again |
|
Please pull the latest changes and resolve the conflicts so we can review it! git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-leaseOnce resolved, the |
Aamod007
left a comment
There was a problem hiding this comment.
Hey there! Thanks for your contribution! We noticed some unrelated files (package-lock.json, .eslintignore, or cross-branch files) got included in this PR. Could you please revert those changes and ensure only the files meant for this feature/fix are included? Let us know when it's updated!
Description
Fixes the isolated unit and integration testing requirements for WallOfLove component's interactive tooltips, hover states, touch events, and coordinates computation.
Fixes #2777
Implemented:
components/WallOfLove.tsx: Interactive grid component for testimonials with custom mouseenter, mousemove, mouseleave, and touchstart/touchend event handlers to display responsive tooltips at computed container-relative coordinates.components/WallOfLove.mouse-interactivity.test.tsx: Five test cases validating mouse interaction, computed coordinates, touch gesture propagation, cursor style classes, and tooltip visibility transitions with 100% line and function coverage.Pillar
Visual Preview
N/A (Unit/Integration Test Coverage additions)
Checklist before requesting a review:
CONTRIBUTING.mdfile.localhost:3000/api/streak?user=YOUR_USERNAME).npm run formatandnpm run lintlocally and resolved all errors (CI will fail otherwise).feat(themes): ...,fix(calculate): ...).README.mdif I added a new theme or URL parameter.