Open
Description
Currently, the UI is updated only once a final, finished result is produced e.g. when replaying a jump, all lines are drawn at the same time.
The app should instead update the UI of its progress in long tasks, e.g. adding a line to the replay map each time one has been calculated.
This should make the app seem more responsive.