chore: consolidate chat page into tui.go
This commit is contained in:
parent
b5a4439704
commit
a5da5127fa
17 changed files with 236 additions and 372 deletions
|
|
@ -25,7 +25,8 @@ func FlexPaneSizeFixed(size int) FlexPaneSize {
|
|||
}
|
||||
|
||||
type FlexLayout interface {
|
||||
ModelWithView
|
||||
tea.Model
|
||||
tea.ViewModel
|
||||
Sizeable
|
||||
SetPanes(panes []Container) tea.Cmd
|
||||
SetPaneSizes(sizes []FlexPaneSize) tea.Cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue