1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-15 03:30:33 +02:00

feat(web): add selected asset on main timeline to album from selection (#926)

This commit is contained in:
Jason Rasmussen
2022-11-04 23:29:48 -04:00
committed by GitHub
parent da06440fdc
commit 4274fceafe
3 changed files with 82 additions and 5 deletions

View File

@ -9,7 +9,7 @@
import { goto } from '$app/navigation';
import { downloadAssets } from '$lib/stores/download';
import VideoViewer from './video-viewer.svelte';
import AlbumSelectionModal from './album-selection-modal.svelte';
import AlbumSelectionModal from '../shared-components/album-selection-modal.svelte';
import {
api,
AddAssetsResponseDto,
@ -300,7 +300,6 @@
on:album={handleAddToAlbum}
on:close={() => (isShowAlbumPicker = false)}
/>
<div class="w-full h-full">Hello</div>
{/if}
</section>