feat: update store page and integrate new UI components

- Updated Tailwind CSS configuration and styles for the store page.
- Added new UI components including Card, Badge, DropdownMenu, and Sidebar for enhanced user experience.
- Implemented store categories and items with filtering functionality.
- Introduced mobile responsiveness with a custom hook for detecting mobile devices.
- Enhanced theme management to support dynamic theme changes.
- Added new utility functions for improved class name management.
This commit is contained in:
MyPrototypeWhat
2025-05-12 19:28:23 +08:00
parent 0a0bbad77f
commit 0a0956cfc4
20 changed files with 2661 additions and 64 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"css": "src/renderer/src/assets/styles/tailwind.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},