nilsjohan
  • Joined on 2026-04-08
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
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 22:02:03 +02:00
7383497cda fix: update Dockerfile to ensure proper user permissions for Flutter build
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 21:59:49 +02:00
39384a0e74 feat: update API base URL handling and improve Caddy configuration for Flutter app
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 21:49:08 +02:00
ac5891394e fix: add missing network configuration for proxy in Docker Compose
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 21:43:39 +02:00
cdfca35b9e refactor: clean up imports in api_client and auth_repository files
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 21:29:49 +02:00
3996456f6f feat: add Flutter web frontend with authentication and recipe management features
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 16:09:37 +02:00
2acf66e4c4 feat: enhance pantry management with new features and UI improvements
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 14:52:22 +02:00
69f05e6b43 feat: update Caddy routing documentation to include pantry API endpoint and emphasize useAuthFetch for client components
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 14:49:22 +02:00
c57f4bde19 feat: integrate authFetch for API calls in InventoryView and PantryView, and add pantry route with authentication
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 14:43:21 +02:00
81b63b3fdb feat: implement inventory and pantry management views with CRUD functionality and user-friendly interfaces
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 14:07:09 +02:00
82c3dc3fee feat: update API method from POST to PATCH for backfill-canonical endpoint with necessary frontend adjustments
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 13:55:16 +02:00
864c84d2e5 feat: implement AI categorization for products and add premium access guard
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-21 13:39:04 +02:00
83722123d2 feat: enhance error handling with user-friendly messages and improve response parsing