Skip to content

Commit

Permalink
chore: add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed May 31, 2024
1 parent 17c322a commit be8cbee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be8cbee

Please sign in to comment.