nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 09:08:26 +02:00
4d3873c9e4 refactor: Clean up and standardize JSX structure in MergePreviewForm component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 09:01:44 +02:00
a76fc5ecc5 fix: Correct structure of expandable section in MergePreviewForm component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 08:48:31 +02:00
c814fbdddf refactor: Enhance logging in QuickImportProxy for better debugging
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 08:29:31 +02:00
ea307e6a6c feat: Add expandable section for creating products with integrated product form
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 08:15:58 +02:00
f84ee39197 refactor: Simplify Dockerfile by removing recipe-document-converter build stage and update package.json to remove its dependency
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 08:06:52 +02:00
730168d237 refactor: Update Dockerfile to copy built recipe-document-converter for proper dependency resolution
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 07:59:41 +02:00
ddfb126b98 refactor: Adjust Dockerfile to copy recipe-document-converter before npm install for proper dependency resolution
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 07:44:06 +02:00
23ced5e8ee fix: Export QuickImportResult interface for proper type usage in QuickImportController
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 07:41:22 +02:00
4f183df711 feat: Implement quick import feature for recipes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 07:26:25 +02:00
ea971c2f63 Enhance README and TEKNISK_BESKRIVNING with detailed features, API endpoints, and Markdown import process for Recipe App
nilsjohan pushed to main at nilsjohan/caddy 2026-04-12 07:11:31 +02:00
c325a4b023 Update to sync
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 17:52:53 +02:00
4ea55012bb feat: add import recipes link to navigation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 17:43:38 +02:00
5c5177432d refactor: update Dockerfile stages for improved build process and add converter dependency
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 17:20:58 +02:00
2330ea938c feat: remove import service module and integration guide
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:49:18 +02:00
d3997348a8 Remove debug verification step for recipe-document-converter from Dockerfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:46:57 +02:00
4189f94e0e Convert submodule to regular directory
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:30:14 +02:00
343416a28d Refactor Dockerfile to adjust installation order of recipe-document-converter for improved build reliability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:20:48 +02:00
4f6d0b0687 Refactor Dockerfile and package.json to remove file dependency on recipe-document-converter for cleaner npm install process
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:14:59 +02:00
f95cc007d7 Remove package-lock.json copy from Dockerfile to streamline build process
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:09:54 +02:00
7dfe5feaa0 Refactor Dockerfile to streamline backend build process by consolidating stages and improving dependency management