From d8ac8c65844adca31a30bc4adc22ee22e9842f42 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:22:38 -0400 Subject: [PATCH] chore: add todo --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 0b2ce12..3d29c3b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,6 +5,7 @@ pub use app::LogViewerApp; // TODO 1: Add a reload log button // TODO 1: Add a open most recent log button +// TODO 2: Look into github pages version (Check if there is an updated CI file in the template) // TODO 2: Add search // TODO 3: Add button to show/hide either the top or bottom // TODO 3: Add checkbox to filter by current request id