Refactor AIRecommendationsPanel for animation and keys#8065
Refactor AIRecommendationsPanel for animation and keys#8065rudrakshtank wants to merge 3 commits into
Conversation
|
@rudrakshtank is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
🚨 Hey @rudrakshtank, the CI Pipeline is failing on this PR and it has been marked as Please fix the issues before this can be reviewed. Here's how: 1. Run checks locally before pushing: npm run format:check # Check Prettier formatting
npm run lint # Run ESLint
npm run typecheck # TypeScript type check
npm run test # Run unit tests (Vitest)
npm run build # Verify production build passes2. Auto-fix common issues: npm run format # Auto-fix formatting with Prettier
npm run lint -- --fix # Auto-fix lint errors where possible3. Check the full failure log here: Once you push a fix and the CI passes, the |
Aamod007
left a comment
There was a problem hiding this comment.
I'm reviewing your PR to refactor AIRecommendationsPanel. The animation logic and key usage look like a nice improvement! However, I noticed that the CI Pipeline check has failed and the PR carries a status:blocked label. Please investigate the CI failure locally and push the fixes so we can move forward with approval.
|
If you are still working on this, please push your latest changes or leave a comment to keep it active. |
Description
Fixes #8064
Pillar
Visual Preview
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.