SmilyOrg / photofield

Experimental fast photo viewer.
MIT License
402 stars 7 forks source link

Preload all scrollbar dates and UI update #11

Closed SmilyOrg closed 2 years ago

SmilyOrg commented 2 years ago

The scrollbar dates don't need a server check to load anymore as they are all preloaded on scene load. The UI has been changed so that instead of the dates showing up next to the scrollbar, they are fixed to the top left corner and only show up while scrolling quickly (similar to Google Photos on mobile).

PhotofieldScrollbar3