feat(web): add button to archive and unarchive in detail viewer (#2296)

This commit is contained in:
Alex
2023-04-20 09:09:27 -05:00
committed by GitHub
parent 14be63039f
commit fe3d6b870a
11 changed files with 94 additions and 12 deletions

View File

@@ -106,6 +106,6 @@
/>
{/if}
<GalleryViewer assets={favorites} bind:selectedAssets />
<GalleryViewer assets={favorites} bind:selectedAssets viewFrom="favorites-page" />
</section>
</UserPageLayout>