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": "¿Cuánta?",
|
||||
"more": "Añadir más…",
|
||||
"save": "Guardar",
|
||||
"saveAndAddAnother": "Guardar y añadir otra",
|
||||
"addedCount": "{n} añadidas",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
"detail": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue