-
Notifications
You must be signed in to change notification settings - Fork 867
feat: clean up + new images #2554
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 26 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="apps/web/src/webgl/tower.tsx">
<violation number="1" location="apps/web/src/webgl/tower.tsx:13">
Rule violated: **Initialisms and Acronyms Naming Conventions**
Please rename the `IMAGES` constant to camelCase/PascalCase so it does not use an all-uppercase acronym, per the Initialisms and Acronyms Naming Conventions guideline.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
|
I love how the new images are way smaller :) |
Summary by cubic
Standardized component images to JPEG and cleaned up WebGL code for the hero tower. This removes unused assets, simplifies imports, and keeps the collage rendering working with the new images.