1
0
Fork 0
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:
Sebastian Frick 2026-02-19 21:48:33 +01:00
parent 63f51bc1a9
commit 5224001dd7
6 changed files with 241 additions and 20 deletions

View file

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