From a53485f04b1d5cd35abe7ee988c23e908d8eae6b Mon Sep 17 00:00:00 2001 From: David Dworken Date: Tue, 29 Aug 2023 19:03:12 -0700 Subject: [PATCH] Remove TODOs that were fixed in 23a377e3c18a9ee2ed4cca8b3e7ebd0fc81808f4 --- client/lib/tui.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/lib/tui.go b/client/lib/tui.go index c1b96d3..4be3f07 100644 --- a/client/lib/tui.go +++ b/client/lib/tui.go @@ -628,5 +628,3 @@ func TuiQuery(ctx *context.Context, initialQuery string) error { // TODO: support custom key bindings // TODO: make the help page wrap -// TODO: FR: when updating the search query, try to maintain position in the table -// TODO: FR: when deleting an entry, try to maintain position in the table