nilsjohan
  • Joined on 2026-04-08
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
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:30:36 +02:00
056d5a8a1b feat: add profile screen and update routing; enhance login validation and logout functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:21:11 +02:00
fa06ba0915 fix: improve JSON parsing in Recipe.fromJson for better type handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:17:12 +02:00
eceb94c604 fix: update login functionality to use username instead of email
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:14:03 +02:00
b87c877b38 fix: update initial route to '/login' and use context.go for navigation in LoginScreen
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:10:19 +02:00
78bcf9bc98 fix: update API endpoints in AuthRepository and RecipeRepository to remove redundant '/api' prefix
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:05:32 +02:00
4efc15bc2c fix: simplify Dockerfile by removing user creation and ownership commands
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:03:51 +02:00
ebb749383c fix: ensure proper ownership of Flutter SDK cache directory in Dockerfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:02:44 +02:00
b34790f198 fix: add safe.directory configuration for Flutter SDK in Dockerfile