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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,5 @@ pub use app::LogViewerApp;
8
8
// TODO 3: Add checkbox to filter by current request id
9
9
// TODO 3: Add filter by and let user pick like ID or date or something like that
10
10
// TODO 3: Add search
11
-
// TODO 3: Add support for navigating using arrow keys
11
+
// TODO 3: 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
12
12
// TODO 5: Support auto reload (look into watching for changes)
0 commit comments