nilsjohan
  • Joined on 2026-04-08
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
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 10:21:11 +02:00
c163821bad feat: refactor API paths for authentication, inventory, and recipes; add contract tests for repositories
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 10:04:59 +02:00
655adf66ae feat: implement dropdowns for unit and location selection in inventory forms; add product sorting functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 08:17:44 +02:00
296a89b165 feat: enhance EmptyStateView layout with positioned action button for better UX
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 08:16:24 +02:00
4b146483fe fix: update message parameter to title in EmptyStateView for better clarity
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 08:14:35 +02:00
75d993f83a refactor: Clean up ApiClient code structure and improve readability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 08:12:40 +02:00
967121113e feat: Add inventory management feature with CRUD operations
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 08:01:53 +02:00
af1a3cd6eb feat: update routing and authentication details in technical documentation; enhance API and recipes sections
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 07:58:45 +02:00
e50781dccf feat: implement patch method in ApiClient and update recipe update logic in RecipeRepository
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 07:53:32 +02:00
ed4e18dc31 feat: add recipe creation, editing, and detail screens; enhance recipe model with instructions and ingredients
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 07:35:37 +02:00
2ea18503ef feat: enhance routing logic and improve login screen validation; add guarded API call for error handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-22 07:29:23 +02:00
e8de1d3625 feat: implement API client with JSON handling and error mapping; enhance routing and state management in app shell
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:34:24 +02:00
82ba334f2d fix: update migration steps and technical description for clarity