Converting SearchBar Table -> Input Field
Change in Layout Now the SearchBar is at the top and everything is below it.
This commit is contained in:
parent
db9b4603c8
commit
0d945a3b23
15
App.go
15
App.go
@ -11,7 +11,7 @@ type Application struct {
|
|||||||
App *tview.Application
|
App *tview.Application
|
||||||
ExpandedView *tview.Table
|
ExpandedView *tview.Table
|
||||||
Navbar *tview.Table
|
Navbar *tview.Table
|
||||||
SearchBar *tview.Table
|
SearchBar *tview.InputField
|
||||||
ProgressBar *progressBar
|
ProgressBar *progressBar
|
||||||
Pages *tview.Pages
|
Pages *tview.Pages
|
||||||
}
|
}
|
||||||