1
0
Fork 0
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:
Sebastian Frick 2026-02-23 23:02:58 +01:00
parent 614f3ece30
commit 5020df5d93
6 changed files with 192 additions and 4 deletions

View file

@ -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'