Skip to content

Commit b021249

Browse files
hemanandrclaude
andcommitted
chore: comprehensive codebase cleanup and deduplication
- Consolidate duplicate LoadingButton components - Remove components/form/LoadingButton.tsx (manual Spinner handling) - Standardize on components/ui/LoadingButton.tsx (Chakra UI native) - Update all imports and prop names (isLoading → loading) - Remove unused UI components not applicable to network monitoring - Remove prose.tsx (content formatting, not needed) - Remove blockquote.tsx (quote styling, not needed) - Remove qr-code.tsx (QR generation, not needed) - Keep comprehensive UI component library intact - Preserved 47+ UI components for future extensibility - Design system provides consistent styling foundation Clean code, better maintainability, no functionality impact. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b0eee0f commit b021249

File tree

7 files changed

+9
-378
lines changed

7 files changed

+9
-378
lines changed

thingconnect.pulse.client/src/components/form/LoadingButton.tsx

Lines changed: 0 additions & 41 deletions
This file was deleted.

thingconnect.pulse.client/src/components/ui/blockquote.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

thingconnect.pulse.client/src/components/ui/prose.tsx

Lines changed: 0 additions & 275 deletions
This file was deleted.

thingconnect.pulse.client/src/components/ui/qr-code.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)