WIP: Enable Timeline Scrubbing
This PR aims to add timeline scrubbing to the dashboard:
When it's done:
- One will be able to press <- -> arrow keys to change the time for which the data is shown on the dashboard.
- Press 'l' to restore dashboard back to live mode.
- Press +, - to change the duration of data that is shown on the dashboard charts.
The concept looks nice so far. I wonder if we should first add reading log events from a file? It will require changes that will also be relevant for the timeline ("offline" vs "live" mode) and it could also be useful for testing this feature (so that you can pre-load an automatically generated list of events and then test the timeline).
The concept looks nice so far. I wonder if we should first add reading log events from a file? It will require changes that will also be relevant for the timeline ("offline" vs "live" mode) and it could also be useful for testing this feature (so that you can pre-load an automatically generated list of events and then test the timeline).
Yes, lets postmortem event loading first. I'll fix the problems with this one in parallel
Closing for inactivity.