-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Description:
Our current UI uses a mix of custom and basic Tailwind components, leading to inconsistent design and repetitive styling. To improve maintainability, accessibility, and visual consistency across the app, we should integrate ShadCN UI as our base component system.
Tasks:
Install and configure ShadCN UI
Replace existing custom components (buttons, modals, inputs, alerts, etc.) with ShadCN equivalents
Ensure theme compatibility (light/dark mode)
Align component spacing, border radius, and typography with our design guidelines
Test all replaced components for responsiveness and accessibility
Benefits:
Unified design system with consistent styles
Faster development using prebuilt, accessible components
Easier theme customization and dark mode support
Reduced custom CSS overhead
References:
Priority: Medium