mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 19:10:22 +01:00
feat(tui): Edit-Screen für Lagerort-Bearbeitung (Name, Temperaturbereich)
StorageLocationEditScreen mit Formular für Name und Temperaturbereich. StorageType wird als immutable angezeigt. Erreichbar über [Bearbeiten] im DetailScreen. Vervollständigt Story 1.2 im Frontend.
This commit is contained in:
parent
614f3ece30
commit
5020df5d93
6 changed files with 192 additions and 4 deletions
|
|
@ -33,6 +33,7 @@ export type Screen =
|
|||
| 'storage-location-list'
|
||||
| 'storage-location-create'
|
||||
| 'storage-location-detail'
|
||||
| 'storage-location-edit'
|
||||
| 'stock-batch-entry'
|
||||
| 'stock-add-batch'
|
||||
| 'stock-list'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue