mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Implementing scroll bar like Google Photos
This commit is contained in:
parent
bafc32f30a
commit
56c92cd83b
9 changed files with 115 additions and 88 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue