Add pipeline creation UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user