v0.1.29 - Mix Editor % edits no longer rebalance other ingredients

Editing one ingredient's % now converts only that row to kg against the
Total mix anchor; other ingredients are left untouched (no proportional
redistribution). Removing a row likewise leaves the rest as-is. The hard
"percentages must total 100%" save guard is relaxed (kg is canonical and
the backend does not require 100%); the % chip remains as live feedback.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-18 13:49:15 +12:00
co-authored by Claude Opus 4.8
parent 1dd48bc771
commit e7a7b11589
4 changed files with 18 additions and 55 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hunter-app",
"version": "0.1.28",
"version": "0.1.29",
"private": true,
"type": "module",
"scripts": {