nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 21:38:08 +02:00
29beb3a85f feat(import): enhance recipe creation by passing both markdown and image URL from import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 21:33:06 +02:00
856efcfa79 fix(import): enhance error handling with localized messages for unauthorized and forbidden responses
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 21:31:29 +02:00
81117fbcb7 feat(import): implement recipe import functionality with file and URL support
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 21:21:44 +02:00
8ebf119d39 fix(inventory): update adjustment value to use integer for swipe actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 21:19:41 +02:00
14d782aeec feat(inventory): implement swipeable inventory tile and product picker field
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 21:04:13 +02:00
b04a82aaf8 fix(meal_plan): update quantity types to use double for consistency
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 19:51:38 +02:00
e495a4b38e feat: add meal planning feature with API integration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 19:41:49 +02:00
b8627d0b7f feat(inventory): add inventory preview functionality and related models
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 19:37:16 +02:00
b31af6181c Refactor next_steps_flutter and teknisk_beskrivning_flutter for user-scope implementation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 19:23:12 +02:00
ac3a8e96c0 feat(localization): add localization generation step and update l10n configuration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 19:16:29 +02:00
2e117718a7 feat(localization): Implement Swedish localization and error messages
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 18:54:09 +02:00
37472f6c43 refactor: remove unused load function and related logic in PantryView component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 18:50:24 +02:00
fbd7b3a745 fix: add missing index for productId in PantryItem table migration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 18:41:40 +02:00
7e311eddff fix: correct comment syntax for unique constraint in MealPlanEntry model
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 18:38:09 +02:00
4482129fca feat: make pantry items and meal plan entries user-scoped; update related services and controllers
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 18:17:44 +02:00
44b4e7ad73 feat: update pantry and meal plan to be user-specific; outline required backend changes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 18:14:24 +02:00
07ed164112 feat: enhance inventory and pantry features with filtering, sorting, and error handling improvements
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 10:45:39 +02:00
dd05fed279 feat: add pantry management features including repository, providers, and UI integration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 10:34:09 +02:00
f11364b73e fix: remove unused image handling in Caddyfile and ensure recipe images are served correctly
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 10:31:58 +02:00
33eb5fbdb2 fix: improve imageUrl handling in Recipe model to avoid null or empty values