jenky
jenky copied to clipboard
See if we can use a single animation for the progress display
At the moment we're using the API request completion as a driver for the display refresh. This doesn't entirely make sense; we calculate the progress of a build from the data we get from the very first request we make when that build has started. So we could just create the animation at that point, and change it only if we get new data from a request.