mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(web): add button to archive and unarchive in detail viewer (#2296)
This commit is contained in:
parent
14be63039f
commit
fe3d6b870a
11 changed files with 94 additions and 12 deletions
|
|
@ -526,7 +526,12 @@
|
|||
{/if}
|
||||
|
||||
{#if album.assetCount > 0}
|
||||
<GalleryViewer assets={album.assets} {sharedLink} bind:selectedAssets={multiSelectAsset} />
|
||||
<GalleryViewer
|
||||
assets={album.assets}
|
||||
{sharedLink}
|
||||
bind:selectedAssets={multiSelectAsset}
|
||||
viewFrom="album-page"
|
||||
/>
|
||||
{:else}
|
||||
<!-- Album is empty - Show asset selectection buttons -->
|
||||
<section id="empty-album" class=" mt-[200px] flex place-content-center place-items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue