nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 21:46:11 +02:00
92d0b066f1 fix: skicka Authorization-header i klientens direktanrop till /api/recipes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 21:25:37 +02:00
b34f141967 fix: withAuth standalone fallback om request.auth saknar accessToken
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 21:24:54 +02:00
ff0859a7b1 debug: lägg till withAuth-loggning + middleware matcher för /api
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 21:14:43 +02:00
487cbea443 fix: ta bort NextRequest-typning i profile/route.ts withAuth handler
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 21:13:41 +02:00
0946617edb fix: ta bort extra } i recipe-preview-proxy/route.ts
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 21:11:42 +02:00
722440b9b5 fix: konvertera alla API route handlers till withAuth wrapper
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 20:28:08 +02:00
390e979cdb feat(RecipeDetailClient): update inventory preview section and button labels for clarity
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 20:10:32 +02:00
ee7bb8a397 fix: remove old matplan route after rename to matsedel
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 20:09:25 +02:00
a0eaef2992 fix(ForslagTab): correct relative import path for auth-headers
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 20:06:38 +02:00
31b7da82cd feat(Navigation): update navigation links and rename 'Matplan' to 'Matsedel'
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:49:26 +02:00
7e296acb60 feat(ReceiptImportClient): add modal for enlarged receipt preview and improve file selection interaction
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 19:40:03 +02:00
645741669a fix(ReceiptImportClient): remove extra comma in selectedCategoryId assignment
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