nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:19:44 +02:00
5179e5c5be feat(api): enhance fetchJson to include authentication headers for server requests
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:06:44 +02:00
5bc2b60176 feat(user): add ownedProducts relation to User model
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:05:19 +02:00
06438b77e5 fix(auth): update backend URL and API endpoint for authentication
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:01:28 +02:00
7afa1ee3c4 feat(login): implement LoginForm component with improved error handling and styling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 19:59:39 +02:00
6e94f1f7a8 fix(login): safely access callbackUrl from searchParams
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 19:58:48 +02:00
e06d05e8db feat(auth): refactor sign-out functionality and update import paths
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 19:57:10 +02:00
ce0cc6fbf0 feat(auth): implement user authentication with JWT and NextAuth
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 19:05:10 +02:00
4c0411a7f2 feat: enhance RecipeDetailClient with portion section and instructions styling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 19:01:11 +02:00
8d1584cdb8 feat: add API routes for GET, PATCH, and DELETE operations on recipes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:48:21 +02:00
8e0aed032c feat: add servings field to Recipe model and implement inventory comparison functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:25:12 +02:00
8a86b0aebd refactor: remove unused inputStyle and clean up EditProductForm component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:20:54 +02:00
11de0191be feat: add container naming conventions and usage examples to technical documentation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:11:09 +02:00
a4ea9be7a1 feat: enhance product model with subcategory, brand, tags, and nutrition; update related DTOs and services
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 16:21:21 +02:00
a05d907608 feat: update NEXT_STEPS.md with status overview and prioritized improvements
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 21:39:28 +02:00
4474c4da01 feat: implement import functionality with tab navigation for receipts and invoices
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 21:22:39 +02:00
2a0da005ff feat: add receiptName field to InventoryItem model and update related DTOs and service
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 21:06:21 +02:00
af88a0dc81 feat: implement receipt alias functionality with CRUD operations and integrate with receipt import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 20:22:33 +02:00
b8744f625b feat: enhance receipt import to support PDF files with updated UI and backend processing
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 20:03:01 +02:00
a12abe0402 feat: add receipt import functionality with UI and backend integration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 19:38:32 +02:00
88d3c4ad73 fix: correct import paths in MealPlanPage component