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:
Alex Polo
2025-11-07 15:00:42 +01:00
parent 86685da067
commit 996a090aba
11 changed files with 1217 additions and 46 deletions

View File

@@ -37,5 +37,7 @@ module.exports = {
},
},
},
plugins: [],
plugins: [
require('@tailwindcss/line-clamp'),
],
}