respira/src
Jan-Henrik Bruhn 365b0c7ae3 feature: Migrate AppHeader buttons and badges to shadcn/ui
- Replace Disconnect button with shadcn Button (outline variant)
- Replace status badge with shadcn Badge component
- Replace error button with shadcn Button (destructive variant)
- Use cn() helper for conditional className composition
- Preserve glass morphism effects and custom styling

Code reduction:
- Disconnect button: ~40% reduction
- Status badge: ~30% reduction
- Error button: ~60% reduction

Improved maintainability with semantic component usage and cleaner code structure.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-20 15:41:33 +01:00
..
components feature: Migrate AppHeader buttons and badges to shadcn/ui 2025-12-20 15:41:33 +01:00
formats fix: run linter 2025-12-18 11:39:22 +01:00
lib feature: Add shadcn/ui component library and migrate ConnectionPrompt 2025-12-20 15:33:02 +01:00
platform fix: run linter 2025-12-18 11:39:22 +01:00
services fix: run linter 2025-12-18 11:39:22 +01:00
stores fix: run linter 2025-12-18 11:39:22 +01:00
types fix: run linter 2025-12-18 11:39:22 +01:00
utils fix: run linter 2025-12-18 11:39:22 +01:00
App.css feature: Add shadcn/ui component library and migrate ConnectionPrompt 2025-12-20 15:33:02 +01:00
App.tsx fix: run linter 2025-12-18 11:39:22 +01:00
index.css feature: Implement unified semantic color system with Tailwind v4 2025-12-17 21:43:36 +01:00
main.tsx fix: run linter 2025-12-18 11:39:22 +01:00
vite-env.d.ts feature: Add application version to page title 2025-12-13 23:48:05 +01:00