mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix(web): prevent unrelated assets from appearing in tag view (#26816)
This commit is contained in:
parent
56b8e1b8a9
commit
45eff1c663
5 changed files with 15 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ export const timelineAssetFactory = Sync.makeFactory<TimelineAsset>({
|
|||
id: Sync.each(() => faker.string.uuid()),
|
||||
ratio: Sync.each((i) => 0.2 + ((i * 0.618_034) % 3.8)), // deterministic random float between 0.2 and 4.0
|
||||
ownerId: Sync.each(() => faker.string.uuid()),
|
||||
tags: [],
|
||||
thumbhash: Sync.each(() => faker.string.alphanumeric(28)),
|
||||
localDateTime: Sync.each(() => fromISODateTimeUTCToObject(faker.date.past().toISOString())),
|
||||
fileCreatedAt: Sync.each(() => fromISODateTimeUTCToObject(faker.date.past().toISOString())),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue