nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:40:44 +02:00
34d10eb93f Add Markdown support and preview functionality in recipe creation and editing pages
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:26:12 +02:00
a63e84ce06 Add technical documentation for Recipe App, including overview, version info, frontend and backend features, infrastructure, and API endpoint 2026-04-10
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:20:53 +02:00
8e9ab3d113 Add recipe instructions display and missing ingredients alert in RecipePreview component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:10:55 +02:00
556a0fdc30 Add sorting by name functionality and implement AdminProductList component for product management
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:57:24 +02:00
33cb4e5328 Add InventoryList component for improved inventory display and search functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:44:10 +02:00
dd17656e4c Add recipe deletion functionality and enhance inventory consumption details
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:31:53 +02:00
a743f832a2 Refactor ingredient mapping to exclude location and convert quantity to number
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:28:22 +02:00
31389cc4d1 Add @types/express dependency to package.json
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:22:53 +02:00
0588c0d3d8 Add recipe existence check in update method and remove redundant quantity conversion
2efb5b5627 Implement health check service and global exception handling
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 17:59:41 +02:00
650a1bb55c Add error handling for missing recipe ID in EditRecipePage
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 17:45:29 +02:00
a1f8fe228c Add update functionality for recipes and create edit page
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 17:21:02 +02:00
fb68f926b1 Update recipe-api service in compose.yml to use pre-built image instead of build context. ex. recipe-api:local
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 17:16:38 +02:00
b9d5d87235 Remove unused trace file from the frontend build directory. Updated compose.yml
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-09 23:58:23 +02:00
32e643f6ab Refactor fetchJson function to use relative paths in the browser and avoid mixed content issues
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-09 23:36:42 +02:00
fd8480197c Refactor quantity input parsing to handle additional units and improve conversion logic across inventory forms and recipe pages
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-09 23:25:56 +02:00
03361f7b7d Refactor inventory forms to include unit and location options; update quantity input handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-09 23:10:47 +02:00
50d79a348b Add Page component to render CreateRecipePage for recipe creation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-09 23:06:27 +02:00
3fd43b421a Add type annotation for product fetching in CreateRecipePage component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-09 23:04:20 +02:00
a2f30d6cfb Add type definition for products state in CreateRecipePage component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-09 22:58:57 +02:00
69393f407c Fix useEffect hook for product fetching in CreateRecipePage component