mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 19:10:22 +01:00
feat(production): TUI-Screens für Zutaten verwalten + Rezept aktivieren
This commit is contained in:
parent
63f51bc1a9
commit
5224001dd7
6 changed files with 241 additions and 20 deletions
|
|
@ -38,7 +38,8 @@ export type Screen =
|
|||
| 'recipe-list'
|
||||
| 'recipe-create'
|
||||
| 'recipe-detail'
|
||||
| 'recipe-add-production-step';
|
||||
| 'recipe-add-production-step'
|
||||
| 'recipe-add-ingredient';
|
||||
|
||||
interface NavigationState {
|
||||
current: Screen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue