Skip to content

Commit 4bd7b51

Browse files
committed
chore: update todos
1 parent ffede84 commit 4bd7b51

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/lib.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
mod app;
44
pub use app::LogViewerApp;
55

6-
// TODO 2: Add search
7-
// TODO 2: Add filter by and let user pick like ID or date or something like that
8-
// TODO 2: Add checkbox to filter by current request id
9-
// TODO 2: Add search
106
// TODO 2: Add support for navigating using arrow keys Implement hot keys https://github.com/c-git/egui/blob/34db001db14940c948eb03d3fe87f2af2c45daba/crates/egui_demo_lib/src/demo/demo_app_windows.rs#L323
11-
// TODO 3: Add button to show/hide either the top or bottom
12-
// TODO 5: Support auto reload (look into watching for changes)
7+
// TODO 2: Add filter by and let user pick like ID or date or something like that
8+
// TODO 2: Add button to set to current value if a field is selected
9+
// TODO 3: Support auto reload (look into watching for changes) https://watchexec.github.io/

0 commit comments

Comments
 (0)