nilsjohan
  • Joined on 2026-04-08
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
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:02:46 +02:00
14099ab5bf Refactor Dockerfile to simplify installation by removing symlink references and directly copying recipe-document-converter
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 15:53:39 +02:00
d25c7c22b1 Refactor Dockerfile to eliminate symlink issues by directly copying recipe-document-converter to node_modules
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 15:49:28 +02:00
cff299b6e8 Enhance recipe service by importing ParsedIngredient and updating ingredient mapping for type safety
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 15:38:28 +02:00
5448da1b98 New import in version 0.1
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 14:57:50 +02:00
8552c6f757 Lade till .gitignore för node_modules och lock-filer
2d808c47a4 Lade till node_modules i .gitignore
6ad97aedee Lade till recipe-document-converter
Compare 3 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 20:03:48 +02:00
8fce96e1ce Add Navigation component and integrate it into multiple pages for consistent navigation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 20:00:24 +02:00
3dc63c0641 Update instructions field in Recipe model to use Text type for better storage of longer content
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:56:53 +02:00
bc2480b3cb Enhance form styling and add Markdown help toggle in recipe creation and editing pages. Enhance form and styling on other pages aswell.