Related to issue #189 (closed)
Adds a field indices_changed
in thumb view to accomplish:
- Maintain the invariant that
start_thumb
<=end_thumb
even when a large number of deletions are processed before the other cb can update the range - Do refresh the thumbnails when files are deleted or added even if the indices look like they haven't changed
First commits to this project so let me know if you'd like something in a different format.