You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,7 @@
3
3
mod app;
4
4
pubuse app::LogViewerApp;
5
5
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
10
6
// 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