refactor(web): asset viewer actions (#11449)

* refactor(web): asset viewer actions

* motion photo slot and more refactoring
This commit is contained in:
Michel Heusschen
2024-07-31 18:25:38 +02:00
committed by GitHub
parent 3a3ea6135e
commit 281cfc95a4
27 changed files with 682 additions and 476 deletions

View File

@@ -1,4 +0,0 @@
import type { AssetResponseDto } from '@immich/sdk';
import { writable } from 'svelte/store';
export const stackAssetsStore = writable<AssetResponseDto[]>([]);