mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
fix(web): stale album info (#24787)
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
<div class="grid grid-auto-fill-56 gap-y-4" transition:slide={{ duration: 300 }}>
|
<div class="grid grid-auto-fill-56 gap-y-4" transition:slide={{ duration: 300 }}>
|
||||||
{#each albums as album, index (album.id)}
|
{#each albums as album, index (album.id)}
|
||||||
<a
|
<a
|
||||||
data-sveltekit-preload-data="hover"
|
|
||||||
href={resolve(`${AppRoute.ALBUMS}/${album.id}`)}
|
href={resolve(`${AppRoute.ALBUMS}/${album.id}`)}
|
||||||
animate:flip={{ duration: 400 }}
|
animate:flip={{ duration: 400 }}
|
||||||
oncontextmenu={(event) => oncontextmenu(event, album)}
|
oncontextmenu={(event) => oncontextmenu(event, album)}
|
||||||
|
|||||||
Reference in New Issue
Block a user