nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-24 15:15:17 +02:00
1aa0b7f8cb feat: update documentation with navigation improvements and code quality enhancements
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-24 14:34:03 +02:00
cb05962b51 feat: add go_router import to pantry screen for improved navigation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-24 14:13:30 +02:00
13a0ab3584 feat: enhance navigation by adding recipe links in inventory and pantry screens
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-24 13:00:29 +02:00
a39640d4ea feat: update recipe detail screen to display image as background only
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-24 10:45:23 +02:00
0cc56d65b7 feat: refactor recipe detail screen to use CustomScrollView and SliverAppBar for improved layout
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-24 10:34:35 +02:00
931336f048 feat: update technical documentation and remove unnecessary logout icon from profile screen
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 21:50:54 +02:00
2781b29f5a chore: remove archived AI features and microservice-todo documentation
9028c79215 feat: add initial microservice-todo plan with detailed steps for implementation and integration
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 21:34:15 +02:00
b589f7415d feat: enhance admin and profile repositories with token handling; update dropdown initial values in various screens
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 21:25:05 +02:00
111d196403 test: add fake token storage implementation for testing purposes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 21:22:34 +02:00
2341d05566 chore: update .gitignore and add .dockerignore for Dart/Flutter generated files
d78f9b7f4f chore: stop tracking .dart_tool (contains host-absolute paths)
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 21:14:53 +02:00
db1128ceaf Refactor code structure for improved readability and maintainability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 19:25:01 +02:00
cd4274575e feat: Add receipt import functionality with file upload and parsing
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 19:06:32 +02:00
108c633d0e refactor(tests): clean up profile_repository_test and enhance error handling in API calls
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 18:52:56 +02:00
41aba1799d refactor(tests): reorder import statements for consistency in profile_repository_test
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 18:50:27 +02:00
910c3a58dc refactor(tests): update profile_repository_test to include MockRef for improved testing
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 18:01:17 +02:00
5644101b68 refactor(profile): update ProfileRepository to include MockRef for improved testing and enhance error handling in API calls
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 17:55:21 +02:00
2256ddb29b refactor(profile): update ProfileRepository to include Ref for improved state management and enhance error handling in tests
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 17:50:52 +02:00
aefc8804ad Add unit tests for ProfileRepository and implement new shaders
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 17:17:44 +02:00
b92ada1f30 refactor(inventory): update build methods to include WidgetRef for improved state management
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-23 17:05:15 +02:00
ad2a6a2fab refactor(inventory): simplify delete item logic and remove unnecessary parameters