Add pipeline creation UI

This commit is contained in:
2023-02-24 18:30:39 -07:00
parent 5c1c1478ee
commit 0710306800
3 changed files with 100 additions and 47 deletions
+4
View File
@@ -24,6 +24,10 @@ func (m pipelineWidget) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
m.height = msg.Height
case pipelineWidgetScreenSwitch:
m.currentView = msg
m.currentView, _ = m.currentView.Update(tea.WindowSizeMsg{
Width: m.width,
Height: m.height,
})
}
var cmd tea.Cmd