From 9fcdb7f960565f073590eeb5209e81575e351c46 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Thu, 14 Sep 2023 20:40:35 -0700 Subject: [PATCH] Add TODO for tui UX improvement --- client/tui/tui.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tui/tui.go b/client/tui/tui.go index 1b486de..f366c6b 100644 --- a/client/tui/tui.go +++ b/client/tui/tui.go @@ -196,6 +196,7 @@ func initialModel(ctx context.Context, t table.Model, tableEntries []*data.Histo queryInput.Placeholder = "ls" queryInput.Focus() queryInput.CharLimit = 156 + // TODO: Make the width of the query input match the width of the terminal queryInput.Width = 50 if initialQuery != "" { queryInput.SetValue(initialQuery)