mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Calculate ratios and determine compensation strategy: height comp for above/partiality visible, month-scroll comp within a fully visible month.
This commit is contained in:
parent
9cf6ff3e81
commit
09de5b198a
6 changed files with 70 additions and 42 deletions
|
|
@ -4,7 +4,6 @@ import { getTimeBucket } from '@immich/sdk';
|
|||
import type { MonthGroup } from '../month-group.svelte';
|
||||
import type { TimelineManager } from '../timeline-manager.svelte';
|
||||
import type { TimelineManagerOptions } from '../types';
|
||||
import { layoutMonthGroup } from './layout-support.svelte';
|
||||
|
||||
export async function loadFromTimeBuckets(
|
||||
timelineManager: TimelineManager,
|
||||
|
|
@ -55,6 +54,4 @@ export async function loadFromTimeBuckets(
|
|||
)}`,
|
||||
);
|
||||
}
|
||||
|
||||
layoutMonthGroup(timelineManager, monthGroup);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue