Files
immich/web/src/lib/components/shared-components/scrollbar/segment-scrollbar-layout.ts
Alex 552340add7 Feature - Implemented virtual scroll on web (#573)
This PR implemented a virtual scroll on the web, as seen in this article.

[Building the Google Photos Web UI](https://medium.com/google-design/google-photos-45b714dfbed1)
2022-09-04 08:34:39 -05:00

6 lines
96 B
TypeScript

export class SegmentScrollbarLayout {
height!: number;
timeGroup!: string;
count!: number;
}