From 17c322acef59470ead2f8e33a7e30b91be44e4e3 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Thu, 30 May 2024 10:08:55 -0400 Subject: [PATCH] chore: increase priority of task It affects usability --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ca44359..9599a53 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ mod app; pub use app::LogViewerApp; -// TODO 3: Fix bug where multiline messages bleed into the lines below them +// TODO 2: Fix bug where multiline messages bleed into the lines below them // TODO 3: Add support for navigating using arrow keys // TODO 3: Add button to show/hide either the top or bottom // TODO 4: Add a open most recent log button