From 99e0642d80c9b5af71dabb98d702fdbbdc095661 Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Tue, 31 Oct 2023 10:28:19 -0700 Subject: [PATCH] Update TODO.md (#38) --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 24941d3..44c97c8 100644 --- a/TODO.md +++ b/TODO.md @@ -24,7 +24,9 @@ - [x] Filter by kind - [x] Task detail view - [x] Include in the window title the directory where the profile logs are -- [ ] Horizontal pan (including drag, keyboard, horizontal scroll wheel) +- [X] Horizontal pan (using keyboard arrow keys) +- [ ] Horizontal pan (including drag, touchpad, horizontal scroll wheel) +- [ ] Allow horizontal panning past the start/end of the profile, but not so much that none of the actual profile is visible anymore. Out-of-bounds areas should get a different background color. - [ ] Keyboard bindings (e.g., arrow keys to select panels, space bar to toggle expand/collapse, ESC key to close popups) - [ ] Editable key bindings? - [ ] Better error handling (e.g., when the provided URL 404s, there's a permission issue, or parsing fails)