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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>