|
|
|
@ -434,6 +434,7 @@
|
|
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
|
|
{#if album.assetCount > 0}
|
|
|
|
{#if album.assetCount > 0}
|
|
|
|
|
|
|
|
<CircleIconButton title="Slideshow" on:click={handleStartSlideshow} icon={mdiPresentationPlay} />
|
|
|
|
<CircleIconButton title="Download" on:click={handleDownloadAlbum} icon={mdiFolderDownloadOutline} />
|
|
|
|
<CircleIconButton title="Download" on:click={handleDownloadAlbum} icon={mdiFolderDownloadOutline} />
|
|
|
|
|
|
|
|
|
|
|
|
{#if isOwned}
|
|
|
|
{#if isOwned}
|
|
|
|
@ -441,7 +442,6 @@
|
|
|
|
<CircleIconButton title="Album options" on:click={handleOpenAlbumOptions} icon={mdiDotsVertical}>
|
|
|
|
<CircleIconButton title="Album options" on:click={handleOpenAlbumOptions} icon={mdiDotsVertical}>
|
|
|
|
{#if viewMode === ViewMode.ALBUM_OPTIONS}
|
|
|
|
{#if viewMode === ViewMode.ALBUM_OPTIONS}
|
|
|
|
<ContextMenu {...contextMenuPosition}>
|
|
|
|
<ContextMenu {...contextMenuPosition}>
|
|
|
|
<MenuOption icon={mdiPresentationPlay} text="Slideshow" on:click={handleStartSlideshow} />
|
|
|
|
|
|
|
|
<MenuOption
|
|
|
|
<MenuOption
|
|
|
|
icon={mdiImageOutline}
|
|
|
|
icon={mdiImageOutline}
|
|
|
|
text="Select album cover"
|
|
|
|
text="Select album cover"
|
|
|
|
|