mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
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)
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
export class SegmentScrollbarLayout {
|
|
height!: number;
|
|
timeGroup!: string;
|
|
count!: number;
|
|
}
|