This PR fixes the loading of recent images after start and resolves #103.
The problem occurred when there were more than 20 images (constant value in utils.js). In this case, the first 20 images were displayed in reverse order (e.g. last captured image first) and newer images were ignored.
This PR fixes the loading of recent images after start and resolves #103.
The problem occurred when there were more than 20 images (constant value in
utils.js
). In this case, the first 20 images were displayed in reverse order (e.g. last captured image first) and newer images were ignored.