diff --git a/src/lib.rs b/src/lib.rs index 9599a53..e1eac6f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,6 +4,8 @@ mod app; pub use app::LogViewerApp; // TODO 2: Fix bug where multiline messages bleed into the lines below them +// TODO 2: Text needs to be selectable for copy and paste +// TODO 2: Add search // 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