Commit Graph

8 Commits

Author SHA1 Message Date
Nils-Johan Gynther 151a7e335d feat(inventory): update form submission to use async function in InventoryConsumeForm and InventoryEditForm 2026-04-19 19:12:05 +02:00
Nils-Johan Gynther 6f24aee18d feat(api): implement new API routes for bulk category updates, inventory consumption, and product management with authentication 2026-04-19 19:11:09 +02:00
Nils-Johan Gynther d5b360fd62 Refactor logging in IcaRecipeParser and QuickImportService to use NestJS Logger
- Updated IcaRecipeParser to replace console.log statements with Logger for better logging practices.
- Enhanced QuickImportService with Logger for consistent logging and error handling.
- Changed quantity validation in CreateRecipeIngredientDto and CreateRecipeDto to allow zero.
- Removed CanonicalNameForm and NameForm components from the frontend.
- Updated EditProductForm to use a select dropdown for categories instead of a text input.
- Added validation for product name, canonical name, and category length in product update action.
- Refactored unit options into a separate file for better reusability across components.
- Removed unused API fetching functions and inventory types to clean up the codebase.
2026-04-16 18:18:27 +02:00
Nils-Johan Gynther b795bbfc71 feat: Update ingredient units and improve layout responsiveness across various components 2026-04-12 11:08:15 +02:00
Nils-Johan Gynther bc2480b3cb Enhance form styling and add Markdown help toggle in recipe creation and editing pages. Enhance form and styling on other pages aswell. 2026-04-10 19:56:49 +02:00
Nils-Johan Gynther fd8480197c Refactor quantity input parsing to handle additional units and improve conversion logic across inventory forms and recipe pages 2026-04-09 23:36:36 +02:00
Nils-Johan Gynther 03361f7b7d Refactor inventory forms to include unit and location options; update quantity input handling 2026-04-09 23:25:52 +02:00
nilsjohan 962f4e4be5 Recipe-app main 2026-04-09 09:14:39 +02:00