Albums - Immich

Albums


{#each $albums as album} {#key album.id} showAlbumContextMenu(e.detail, album)} /> {/key} {/each}
{#if $albums.length === 0}
Empty shared album

Create an album to organize your photos and videos

{/if}
{#if $isShowContextMenu}

Delete album

{/if}