Merge remote-tracking branch 'origin/main' into lighter_buckets_web

This commit is contained in:
Min Idzelis
2025-04-29 01:35:20 +00:00
294 changed files with 5446 additions and 1625 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
import { authManager } from '$lib/managers/auth-manager.svelte';
import { locale } from '$lib/stores/preferences.store';
import { getKey } from '$lib/utils';
import { CancellableTask } from '$lib/utils/cancellable-task';
import {
getJustifiedLayoutFromAssets,
@@ -880,7 +880,7 @@ export class AssetStore {
const timebuckets = await getTimeBuckets({
...this.#options,
size: TimeBucketSize.Month,
key: getKey(),
key: authManager.key,
});
this.buckets = timebuckets.map((bucket) => {
@@ -1088,7 +1088,7 @@ export class AssetStore {
...this.#options,
timeBucket: bucketDate,
size: TimeBucketSize.Month,
key: getKey(),
key: authManager.key,
},
{ signal },
);
@@ -1099,7 +1099,7 @@ export class AssetStore {
albumId: this.#options.timelineAlbumId,
timeBucket: bucketDate,
size: TimeBucketSize.Month,
key: getKey(),
key: authManager.key,
},
{ signal },
);