nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:38:52 +02:00
afe89439c1 feat(api): update category fetch requests to include tree structure
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:32:19 +02:00
43fb31d0b9 fix(EditProductForm): prevent unnecessary flattening of empty child nodes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:25:07 +02:00
6e297403d6 feat(products): update event handling for product list refresh on creation and reset actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:22:50 +02:00
a7680b40af feat(product): trigger product list refresh on product creation event
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:15:59 +02:00
829b7a80fc feat(api): add PATCH endpoint for updating product status with authentication
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:12:09 +02:00
151a7e335d feat(inventory): update form submission to use async function in InventoryConsumeForm and InventoryEditForm
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:11:14 +02:00
6f24aee18d feat(api): implement new API routes for bulk category updates, inventory consumption, and product management with authentication
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:04:09 +02:00
1ae9b336d8 feat(api): implement bulk categorization and suggestion endpoints with authentication
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:58:26 +02:00
e0836cd269 feat(actions): enhance updateProductWithTags function with additional fields for canonicalName and category
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:56:49 +02:00
b8475cdffe fix(actions): correct console log formatting in updateProductWithTags function
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:32:59 +02:00
068e8a58e5 feat(docs): add architecture principles for using API routes over Server Actions in Next.js
051fb11714 feat(api): implement PATCH and DELETE routes for product management with error handling and logging
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:23:39 +02:00
f12e673af5 refactor(DatabsTab): remove unnecessary product fetching and pass empty props to components
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:22:46 +02:00
e9b5de4407 feat(admin): refactor product management components for improved state handling and data fetching
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:12:33 +02:00
f12d881395 feat(api): add create and update product routes with authentication
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:52:47 +02:00
90b02c4690 feat(product): implement updateProductWithTags function for updating product and tags
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:38:24 +02:00
4250b8d2bc fix(imports): update import path for auth module in products-create and products-update routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:37:15 +02:00
be6529f021 refactor(route): update parameter handling in PATCH function for improved readability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:36:15 +02:00
2a412406e2 fix(imports): update import path for auth module in product create and update routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:34:36 +02:00
c970a5805f refactor(auth): replace import path for getAuthHeaders with auth function in product routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:33:43 +02:00
16703bb8eb fix(imports): correct import path for getAuthHeaders in product create and update routes