feat: Implement menu management and ingredient CRUD functionality
- Added menu generator page with existing menu loading and selection. - Enhanced menus management page with editing capabilities and improved table layout. - Updated booking page to allow for menu and package data fetching. - Integrated Tailwind CSS line-clamp plugin for better text handling. - Created a migration script for initializing ingredients database. - Developed ingredients management page with search, filter, and CRUD operations. - Implemented API routes for ingredients with proper error handling and logging.
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
"@eslint/config-array": "^0.21.1",
|
||||
"@eslint/object-schema": "^2.1.7",
|
||||
"@playwright/test": "^1.56.1",
|
||||
"@tailwindcss/line-clamp": "^0.4.4",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
|
||||
Reference in New Issue
Block a user