feat: shared link album time buckets (#3776)

This commit is contained in:
Jason Rasmussen
2023-08-18 23:19:42 -04:00
committed by GitHub
parent fbeb4664f7
commit 3e31ad51be
5 changed files with 73 additions and 64 deletions

View File

@@ -23,6 +23,7 @@
export let assetStore: AssetStore;
export let assetInteractionStore: AssetInteractionStore;
export let removeAction: AssetAction | null = null;
export let publicSharedKey: string | undefined = undefined;
const { assetSelectionCandidates, assetSelectionStart, selectedGroup, selectedAssets, isMultiSelectState } =
assetInteractionStore;
@@ -349,6 +350,7 @@
bucketDate={bucket.bucketDate}
bucketHeight={bucket.bucketHeight}
{viewport}
{publicSharedKey}
/>
{/if}
</div>