feat(quick-add): save & add another for rapid manual entry
The quick-add sheet no longer closes on every save: a new 'Save & add another' action saves the seed, clears the form (keeping the chosen lot type), refocuses the name field and shows an 'N added' running count, so a whole shelf can be entered without reopening the sheet each time. Plain Save still closes it. Adds a dedicated label field with its own controller, submitAndAddAnother() on the cubit, and cubit + widget tests.
This commit is contained in:
parent
89b61bc9e4
commit
d3711e39b0
9 changed files with 240 additions and 18 deletions
|
|
@ -122,6 +122,8 @@
|
|||
"quantity": "How much?",
|
||||
"more": "Add more…",
|
||||
"save": "Save",
|
||||
"saveAndAddAnother": "Save & add another",
|
||||
"addedCount": "{n} added",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"detail": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue