Skip to content

Conversation

@BK1031
Copy link
Contributor

@BK1031 BK1031 commented Sep 4, 2025

Summary

• Remove 14 unused components from the dashboard web app
• Clean up unused shadcn/ui components and core components
• Reduce bundle size and improve codebase maintainability

Test plan

  • Verify all components marked for deletion are truly unused
  • Ensure app builds successfully after component removal
  • Run TypeScript type checking to confirm no broken imports
  • Confirm application functionality remains intact

🤖 Generated with Claude Code


Note

Removes unused UI and widget code and trims dependencies to reduce bundle size and simplify the dashboard codebase.

  • Delete unused components: AuthLoading.tsx, Footer.tsx, and widgets/gr25/live/PedalDebugWidget.tsx
  • Remove unused shadcn/ui modules: alert-dialog.tsx, calendar.tsx, checkbox.tsx, command.tsx, scroll-area.tsx, switch.tsx, tabs.tsx, toast.tsx, toaster.tsx, use-toast.tsx
  • Prune package-lock.json of related optional/native deps (e.g., sharp and platform packages, Next.js SWC binaries, color/detect-libc, etc.)

Written by Cursor Bugbot for commit 2756959. This will update automatically on new commits. Configure here.

Remove 14 unused components including AuthLoading, Footer, and various unused shadcn/ui components that were not imported or used anywhere in the application.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Sep 4, 2025

Deploy Preview for gr-mapache ready!

Name Link
🔨 Latest commit 07dd2f0
🔍 Latest deploy log https://app.netlify.com/projects/gr-mapache/deploys/69670549a2af620008030b30
😎 Deploy Preview https://deploy-preview-92--gr-mapache.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 52
Accessibility: 95
Best Practices: 92
SEO: 83
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@austinchan3678 austinchan3678 merged commit 5d3a49b into main Jan 14, 2026
14 of 16 checks passed
@austinchan3678 austinchan3678 deleted the clean-web-components branch January 14, 2026 02:56
Sign up for free to 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.

2 participants