mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
* 16712: Proper intialisation of the memory store to avoid loading up duplicate object refs of the same asset. * 16712: Add auth to memory mapping so isFavorite is actually return correctly from the server. * 16712: Move logic that belongs in the store into the store. * 16712: Cleanup. * 16712: Fix init behaviour. * 16712: Add comment. * 16712: Make method private. * 16712: Fix import. * 16712: Fix format. * 16712: Cleaner if/else and fix typo. * fix: icon size mismatch * 16712: Fixed up state machine managing memory playback: * Updated to `Tween` (`tweened` was deprecated) * Removed `resetPromise`. Setting progressController to 0 had the same effect, so not really sure why it was there? * Removed the many duplicate places the `handleAction` method was called. Now we just called it on `afterNavigate` as well as when `galleryInView` or `$isViewing` state changes. * 16712: Add aria tag. * 16712: Fix memory player duplicate invocation bugs. Now we should only call 'reset' and 'play' once, after navigate/page load. This should hopefully fix all the various bugs around playback. * 16712: Cleanup * 16712: Cleanup * 16712: Cleanup * 16712: Cleanup --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| admin-page | ||
| album-page | ||
| asset-viewer | ||
| assets | ||
| elements | ||
| faces-page | ||
| forms | ||
| i18n | ||
| layouts | ||
| map-page | ||
| memory-page | ||
| onboarding-page | ||
| photos-page | ||
| places-page | ||
| share-page | ||
| shared-components | ||
| sharedlinks-page | ||
| user-settings-page | ||
| utilities-page | ||
| slideshow-settings.svelte | ||