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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
mod app;
4
4
pubuse app::LogViewerApp;
5
5
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
7
6
// TODO 2: Add filter by and let user pick like ID or date or something like that
8
7
// TODO 2: Add button to set to current value if a field is selected
9
8
// TODO 3: Support auto reload (look into watching for changes) https://watchexec.github.io/
0 commit comments