mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-30 10:05:54 +00:00
refactor(web): Clarify property names in Timeline and Scrubber Renamed properties across Timeline/Scrubber components for clarity: - scrubOverallPercent → timelineScrollPercent - scrubberMonthPercent → viewportTopMonthScrollPercent - scrubberMonth → viewportTopMonth - leadout → isInLeadOutSection Additional changes: - Updated ScrubberListener signature to accept object parameter - Added detailed JSDoc comments for all Scrubber props - Fixed callback invocations to use new object syntax - Aligned Timeline's local state variables with Scrubber prop names |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| actions | ||
| assets | ||
| cast | ||
| components | ||
| elements | ||
| managers | ||
| modals | ||
| models | ||
| sidebars | ||
| stores | ||
| utils | ||
| constants.ts | ||
| i18n.spec.ts | ||
| utils.spec.ts | ||
| utils.ts | ||