mirror of
https://github.com/immich-app/immich.git
synced 2025-11-23 04:30:54 +09:00
refactor(web): refactor album selection modal and album summary component (#9658)
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
{#if !shared && search.length === 0}
|
||||
<p class="px-5 py-3 text-xs">RECENT</p>
|
||||
{#each recentAlbums as album (album.id)}
|
||||
<AlbumListItem variant="simple" {album} on:album={() => handleSelect(album)} />
|
||||
<AlbumListItem {album} on:album={() => handleSelect(album)} />
|
||||
{/each}
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user