Skip to content

Comments

chores - removed skottie/dotlottie redundants#201

Merged
tinyjin merged 1 commit intomainfrom
hermet/cleanup
Jan 26, 2026
Merged

chores - removed skottie/dotlottie redundants#201
tinyjin merged 1 commit intomainfrom
hermet/cleanup

Conversation

@hermet
Copy link
Member

@hermet hermet commented Jan 25, 2026

No description provided.

@hermet hermet self-assigned this Jan 25, 2026
@hermet hermet requested a review from tinyjin as a code owner January 25, 2026 16:40
Copilot AI review requested due to automatic review settings January 25, 2026 16:40
@hermet hermet added the refactoring Code refactoring / Exceptional handles label Jan 25, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes redundant Lottie player dependencies and their associated code from the perf-test application. The changes eliminate skottie (CanvasKit-based) and dotlottie player implementations, consolidating on ThorVG as the sole Lottie player solution.

Changes:

  • Removed three unused Lottie player packages (@lottiefiles/dotlottie-react, @lottiefiles/react-lottie-player, canvaskit-wasm) and their dependencies from package.json
  • Deleted the SkottiePlayer component (perf-test/components/SkottiePlayer/index.tsx) entirely
  • Removed player implementations for player IDs 3 and 4, along with related initialization code and imports from app/page.tsx

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
perf-test/package.json Removed @lottiefiles/dotlottie-react, @lottiefiles/react-lottie-player, and canvaskit-wasm dependencies
perf-test/yarn.lock Removed lockfile entries for @lottiefiles/dotlottie-react, @lottiefiles/dotlottie-web, and canvaskit-wasm packages
perf-test/components/SkottiePlayer/index.tsx Completely deleted the SkottiePlayer component file
perf-test/app/page.tsx Removed imports for dotlottie and skottie players, removed player ID 3 and 4 rendering logic, and removed CanvasKit initialization code

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings January 26, 2026 10:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tinyjin tinyjin merged commit 8d4c91d into main Jan 26, 2026
@tinyjin tinyjin deleted the hermet/cleanup branch January 26, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Code refactoring / Exceptional handles

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants