nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 19:23:41 +02:00
aab0a19d1c fix(prisma): make owner FK migration resilient on MariaDB
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 19:22:36 +02:00
b272ab9faf fix(prisma): delete RecipeIngredient rows before ownerless Product cleanup
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 19:14:19 +02:00
5842646e77 feat(products): include ownerId in product creation and enforce its requirement
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 19:05:38 +02:00
4e568b4d2e feat(migration): enforce ownerId requirement in Product table
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 17:44:05 +02:00
ec24f49836 feat(categories): add new categories for Kondis & fika and Kaffebröd, and Te & choklad
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 16:42:36 +02:00
1604751b65 feat(receipt-import): add rule-based category suggestion logic for items
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 15:42:04 +02:00
2563738fcf Add Swedish localization for various app actions and inventory management strings
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 10:26:56 +02:00
4e81f56225 fix(receipt-import): correct Swedish labels for packaging quantity and count
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 10:11:36 +02:00
9161de5d52 feat(receipt-import): enhance package handling with new fields and UI adjustments
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 09:27:56 +02:00
f9dc55d42c feat(migrations): add admin-controlled toggle for recipe sharing in User table
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 09:24:51 +02:00
755258a4bc feat(auth): refactor token retrieval to use maybeWhen for improved null handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 09:20:05 +02:00
41ae7d4d06 feat(recipes): add recipe visibility and sharing features
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 08:39:57 +02:00
f67bf8baef feat: update AI categorization model to 'mistral-tiny' for improved performance
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 00:24:30 +02:00
d6fef0145c feat: implement hybrid alias model for receipt import and enhance alias learning in UI
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 00:05:06 +02:00
d64f34f4ff feat: enhance product matching logic with improved scoring and tokenization
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 23:59:15 +02:00
d3dac61765 feat: separate AI and product suggestion chips, normalize product names, and validate AI categories
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 23:41:15 +02:00
2c71970fb5 feat: enhance AI suggestion display in edit dialog with product name and category labels
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 23:33:32 +02:00
51e654c592 feat: implement product name normalization to Title Case with smart rules
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 23:18:30 +02:00
e4f1aae047 feat: add package quantity normalization and AI suggestion handling in receipt import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 23:05:01 +02:00
32e83caa35 feat: enhance category picker functionality with preselection support and new existing category picker