refactor(web): svelte actions (#9701)

This commit is contained in:
martin
2024-05-23 19:56:48 +02:00
committed by GitHub
parent 8bfa6769a5
commit 832d728940
32 changed files with 43 additions and 41 deletions

View File

@@ -6,7 +6,7 @@
import { downloadRequest, getAssetFileUrl, handlePromiseError } from '$lib/utils';
import { isWebCompatibleImage } from '$lib/utils/asset-utils';
import { getBoundingBox } from '$lib/utils/people-utils';
import { shortcuts } from '$lib/utils/shortcut';
import { shortcuts } from '$lib/actions/shortcut';
import { type AssetResponseDto, AssetTypeEnum } from '@immich/sdk';
import { useZoomImageWheel } from '@zoom-image/svelte';
import { onDestroy, onMount } from 'svelte';