Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Refactor HelpModal #17

Merged
merged 12 commits into from
Feb 6, 2025
Merged
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dist
dist-ssr
*.local

stats.html

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.10.1",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@troublepainter/core": "workspace:*",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -64,6 +63,7 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rollup-plugin-visualizer": "^5.14.0",
"storybook": "^8.4.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
Expand Down
Binary file removed client/src/assets/lottie/game-win.lottie
Binary file not shown.
1 change: 0 additions & 1 deletion client/src/assets/lottie/help/fifth.json

This file was deleted.

Binary file added client/src/assets/lottie/help/fifth.lottie
Binary file not shown.
1 change: 0 additions & 1 deletion client/src/assets/lottie/help/first.json

This file was deleted.

Binary file added client/src/assets/lottie/help/first.lottie
Binary file not shown.
1 change: 0 additions & 1 deletion client/src/assets/lottie/help/fourth.json

This file was deleted.

Binary file added client/src/assets/lottie/help/fourth.lottie
Binary file not shown.
Loading