mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: shared link album time buckets (#3776)
This commit is contained in:
parent
fbeb4664f7
commit
3e31ad51be
5 changed files with 73 additions and 64 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue