You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings: long labels next to dropdowns rendered vertically. Some rows like Water → Display Unit were squeezing the label down to a single-character column and stacking it letter by letter. Capped the small-dropdown width so labels render normally again.
OFF local mirror: scanning a UPC-A barcode no longer makes a pointless call to the public OFF API. Scans now use the same canonical 13-digit format Open Food Facts stores its codes in, so the local mirror hits on the first lookup instead of after a roundtrip. (Issue #22 followup, reported by duplaja)