mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-11 11:18:34 +00:00
wip: refactoring tui
This commit is contained in:
@@ -127,7 +127,6 @@ func (c *simpleListComponent[T]) View() string {
|
||||
|
||||
if len(items) <= 0 {
|
||||
return baseStyle.
|
||||
Background(t.Background()).
|
||||
Padding(0, 1).
|
||||
Width(maxWidth).
|
||||
Render(c.fallbackMsg)
|
||||
|
||||
Reference in New Issue
Block a user