Commit 3750876
committed
feat: update frontend dependencies and add theme toggle functionality
- Updated package.json to include new dependencies for theme management and UI components.
- Enhanced globals.css with new color variables and imported tw-animate-css for animations.
- Refactored layout.tsx to integrate ThemeProvider for theme management.
- Added ThemeToggle component for switching between light, dark, and system themes.
- Created reusable Card component and its subcomponents for consistent UI design.
- Introduced utility function `cn` for merging class names with Tailwind CSS.1 parent 63a75ce commit 3750876
File tree
10 files changed
+6676
-6293
lines changed- frontend
- src
- app
- components
- ui
- lib
10 files changed
+6676
-6293
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments