v0.21.0 — Pantry: bulk pull dialog
New "Pull from pantry" button opens a dialog where you search/filter all items, type a quantity next to each one you're taking, pick or type a reason, and submit all in one shot. Items with amounts entered highlight; over-stock amounts show inline error. Backed by new POST /api/pantry/bulk-use (transactional quantity deduction + ItemLog). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,13 @@ export type ChangelogEntry = {
|
||||
};
|
||||
|
||||
export const CHANGELOG: ChangelogEntry[] = [
|
||||
{
|
||||
version: "0.21.0",
|
||||
date: "2026-06-29",
|
||||
changes: [
|
||||
"Pantry: new \"Pull from pantry\" button — search for items, type quantities next to everything you're taking, pick a reason, and submit all at once. No more opening each item individually.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.20.0",
|
||||
date: "2026-06-29",
|
||||
|
||||
Reference in New Issue
Block a user