chore: delete code and config that nothing reaches - #20
Merged
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
codecov-commenter
commented
Aug 2, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
atoms/card.tsx exported Card, CardHeader, CardTitle and CardContent; the only importer in the repo was its own test. metadata.json holds a name, a description and an empty requestFramePermissions, and is referenced by no code, config or CI step. autoprefixer is in dependencies with zero references: postcss.config.mjs only loads @tailwindcss/postcss, and Tailwind 4 prefixes through Lightning CSS. The lockfile is reindented back to tabs so the diff shows the removal rather than npm's whitespace normalisation. next.config.ts set typescript.ignoreBuildErrors to false, which is already the default, and transpiled motion, which Next 15 does not need. Both dropped after confirming the production build still passes. StatBox carried warning and purple variants with no production call site, CopyButton mapped a reset delay for the idle status that the guard above it returns before ever reading, and playwright's testIgnore was an empty array. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
devRMAforce-pushed
the
chore/remove-dead-code
branch
from
August 2, 2026 18:46
b07f838 to
4b53fc7CompareUh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
atoms/card.tsx exported Card, CardHeader, CardTitle and CardContent; the
only importer in the repo was its own test.
metadata.json holds a name, a description and an empty
requestFramePermissions, and is referenced by no code, config or CI step.
autoprefixer is in dependencies with zero references: postcss.config.mjs
only loads @tailwindcss/postcss, and Tailwind 4 prefixes through
Lightning CSS. The lockfile is reindented back to tabs so the diff shows
the removal rather than npm's whitespace normalisation.
next.config.ts set typescript.ignoreBuildErrors to false, which is
already the default, and transpiled motion, which Next 15 does not need.
Both dropped after confirming the production build still passes.
StatBox carried warning and purple variants with no production call
site, CopyButton mapped a reset delay for the idle status that the guard
above it returns before ever reading, and playwright's testIgnore was an
empty array.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
Stack created with GitHub Stacks CLI • Give Feedback 💬