Add TODO for tui UX improvement

This commit is contained in:
David Dworken 2023-09-14 20:40:35 -07:00
parent 8ee48ec7d9
commit 9fcdb7f960
No known key found for this signature in database

View File

@ -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)