chore: remove dead composables#4
Conversation
Delete three composables that are imported by nothing, plus the unused composables/index.js barrel (the barrel was never imported anywhere; the two composables it re-exported are imported directly by their consumers): - useMediaQuery.js - useScrollAnimation.js - useScrollSpy.js - index.js ~200 lines of unused code. Verified zero importers repo-wide. lint/format/test/build all pass.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (4)
📝 WalkthroughWalkthroughThe PR removes two composable re-exports ( ChangesComposable exports cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Removes ~200 lines of unused code surfaced during a code-organization review.
Deletes three composables imported by nothing, plus the
composables/index.jsbarrel (never imported anywhere; the two composables it re-exported are imported directly by their consumers):useMediaQuery.jsuseScrollAnimation.jsuseScrollSpy.jsindex.jsVerified zero importers repo-wide for all three. Remaining composables (
useAnalytics,useFocusTrap,useLightbox,useScrollReveal,useTypingEffect) are all actively used.CI gate: lint ✅ · format ✅ · test ✅ · build ✅
Summary by CodeRabbit