Conversation
…vent listener in carousel.tsx ( #5 ) Co-authored-by: Antoine <dmantoinepro@gmail.com>
Feat/implement dashboard v0
|
Review Summary by QodoAdd comprehensive UI component library and robot control dashboard system
WalkthroughsDescription• Comprehensive UI component library with 50+ reusable components built on Radix UI, Recharts, and other modern libraries • Complete design system with CSS custom properties for colors, spacing, and theme configuration • Robot control dashboard with task management, metrics visualization, manual control, and camera feed • Form system with react-hook-form integration for validated form handling • Utility functions for class name merging (cn()) and mobile viewport detection (useIsMobile()) • Expanded dependencies including Radix UI primitives, form validation (zod, react-hook-form), charting (Recharts), and animations (Framer Motion) • Updated build configuration with direct ESLint usage instead of Next.js lint wrapper Diagramflowchart LR
A["Design System<br/>CSS Variables"] --> B["UI Components<br/>50+ Components"]
C["Radix UI<br/>Primitives"] --> B
D["Recharts<br/>Library"] --> B
B --> E["Dashboard<br/>Robot Control"]
F["Form System<br/>react-hook-form"] --> E
G["Utilities<br/>cn, useIsMobile"] --> B
H["Dependencies<br/>Updated"] --> B
File Changes1. src/components/ui/use-mobile.ts
|
Code Review by Qodo
1.
|
|
dont need coverage for frontend... not > 80% like so, merge to main |



nothing changes