mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
wip: refactoring tui
This commit is contained in:
@@ -127,7 +127,6 @@ func (c *simpleListComponent[T]) View() string {
|
|||||||
|
|
||||||
if len(items) <= 0 {
|
if len(items) <= 0 {
|
||||||
return baseStyle.
|
return baseStyle.
|
||||||
Background(t.Background()).
|
|
||||||
Padding(0, 1).
|
Padding(0, 1).
|
||||||
Width(maxWidth).
|
Width(maxWidth).
|
||||||
Render(c.fallbackMsg)
|
Render(c.fallbackMsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user