Added
- #188 Replace "Photos" page with a timeline view
- #193 Add scroll pagination such that when very large albums are visited, only the first 200 photos are loaded initially and more gets loaded when the user scrolls to the bottom of the page. The new timeline view is also paginated
Improvements
- #190 Add dataloaders to combine repeated database queries, this should greatly reduce the stress on the database and improve performance.