feat(web): Replicate albums view for sharing view (#2433)

* replicate album view for sharing view

* Remove unused file

* fix test

* correct title
This commit is contained in:
Alex
2023-05-13 09:05:30 -05:00
committed by GitHub
parent 43951ec208
commit 4dff129949
5 changed files with 53 additions and 94 deletions

View File

@@ -69,7 +69,11 @@
href={`albums/${album.id}`}
animate:flip={{ duration: 200 }}
>
<AlbumCard {album} on:showalbumcontextmenu={(e) => showAlbumContextMenu(e.detail, album)} />
<AlbumCard
{album}
on:showalbumcontextmenu={(e) => showAlbumContextMenu(e.detail, album)}
user={data.user}
/>
</a>
{/each}
</div>