Commit Graph

13 Commits

Author SHA1 Message Date
Nils-Johan Gynther 5448da1b98 New import in version 0.1 2026-04-11 15:38:24 +02:00
Nils-Johan Gynther 8fce96e1ce Add Navigation component and integrate it into multiple pages for consistent navigation 2026-04-10 20:03:43 +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 34d10eb93f Add Markdown support and preview functionality in recipe creation and editing pages 2026-04-10 19:40:41 +02:00
Nils-Johan Gynther a743f832a2 Refactor ingredient mapping to exclude location and convert quantity to number 2026-04-10 18:31:48 +02:00
Nils-Johan Gynther 2efb5b5627 Implement health check service and global exception handling 2026-04-10 18:14:48 +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
Nils-Johan Gynther 50d79a348b Add Page component to render CreateRecipePage for recipe creation 2026-04-09 23:10:43 +02:00
Nils-Johan Gynther 3fd43b421a Add type annotation for product fetching in CreateRecipePage component 2026-04-09 23:06:21 +02:00
Nils-Johan Gynther a2f30d6cfb Add type definition for products state in CreateRecipePage component 2026-04-09 23:04:15 +02:00
Nils-Johan Gynther 69393f407c Fix useEffect hook for product fetching in CreateRecipePage component 2026-04-09 22:58:49 +02:00
Nils-Johan Gynther 898ac2ef19 Add CreateRecipePage component for recipe creation with ingredients. Updated UX 2026-04-09 22:53:52 +02:00