feat: add Outfit Comparison Tool and Outfit Favorites Tool
- Implemented OutfitComparisonTool for comparing two favorite outfits side by side. - Added OutfitFavoritesTool for managing and searching favorite outfits. - Created OutfitFavoriteService for handling API interactions related to outfit favorites. - Defined types for material search and outfit favorites to ensure type safety. - Enhanced UI components for better user experience in selecting and displaying outfits.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"docker:down": "docker-compose down",
|
||||
"tauri:dev": "pnpm --filter=@mixvideo/desktop tauri:dev",
|
||||
"tauri:build": "pnpm --filter=@mixvideo/desktop tauri:build",
|
||||
"tauri:web:build": "pnpm --filter=@mixvideo/desktop build",
|
||||
"python:dev": "pnpm --filter python-service dev",
|
||||
"services:start": "docker-compose up python-service -d"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user