RunestoneComponents icon indicating copy to clipboard operation
RunestoneComponents copied to clipboard

Add a reload button for the code timeline

Open bnmnetp opened this issue 4 years ago • 2 comments

In support of the pair programming feature as well as the instructor code sharing feature it would be nice to avoid the step of reloading the page and simply reload the timeline.

I believe this would be relatively easy to do in activecode.js where we initialize the timeline.

bnmnetp avatar Jul 26 '20 22:07 bnmnetp

Could you expand on what/where the timeline is initialized in activecode.js?

phattymcfee avatar Jul 13 '22 20:07 phattymcfee

You are going to need to study the use and implementation of the addHistoryScrubber method. that is where we request the history and populate the data structures used by the slider.

bnmnetp avatar Jul 13 '22 21:07 bnmnetp