Implementing scroll bar like Google Photos

This commit is contained in:
Alex Tran 2022-02-03 21:01:14 -06:00
parent bafc32f30a
commit 56c92cd83b
9 changed files with 115 additions and 88 deletions

View file

@ -63,7 +63,7 @@ export class AssetService {
lastQueryCreatedAt: query.nextPageKey || new Date().toISOString(),
})
.orderBy('a."createdAt"::date', 'DESC')
.take(200)
.take(10000)
.getMany();
if (assets.length > 0) {