Skip to content

chore: delete code and config that nothing reaches - #20

Merged
devRMA merged 1 commit into
fix/issue-13-minor-itemsfrom
chore/remove-dead-code
Aug 2, 2026
Merged

chore: delete code and config that nothing reaches#20
devRMA merged 1 commit into
fix/issue-13-minor-itemsfrom
chore/remove-dead-code

Conversation

@devRMA

Copy link
Copy Markdown
Owner

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 CLIGive Feedback 💬

@vercel

vercelBot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
workloadReadyReadyPreviewAug 2, 2026 6:49pm

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

This comment was marked as resolved.

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>
@devRMA
devRMAforce-pushed the chore/remove-dead-code branch from b07f838 to 4b53fc7CompareAugust 2, 2026 18:46
@devRMA
devRMA merged commit c78ccfa into mainAug 2, 2026
4 checks passed
@devRMA
devRMA deleted the chore/remove-dead-code branch August 2, 2026 19:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@devRMA@codecov-commenter