put-items: started adding some basic commands for putting items

This commit is contained in:
Leon Mika 2022-05-26 09:01:39 +10:00
parent 3319a9d4aa
commit 174bab36c3
10 changed files with 203 additions and 79 deletions

View file

@ -135,5 +135,6 @@ func (m *Model) postSelectedItemChanged() tea.Msg {
}
func (m *Model) Refresh() {
m.table.SetRows(m.rows)
}