wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-13 07:01:26 -05:00
parent b7f06bbc1f
commit 4169f0c412
4 changed files with 1 additions and 314 deletions

View File

@@ -326,11 +326,6 @@ func (a appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
a.modal = quitDialog
return a, nil
}
default:
// f, filepickerCmd := a.filepicker.Update(msg)
// a.filepicker = f.(dialog.FilepickerComponent)
// cmds = append(cmds, filepickerCmd)
}
// update status bar