mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Merge 5e9c6db0ab into f9c05af45f
This commit is contained in:
commit
b9058fa1cb
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
const { asset, isOwner, previousRoute }: Props = $props();
|
||||
|
||||
const people = $derived(Array.from(faceManager.people));
|
||||
const unassignedFaces = $derived(faceManager.data.filter((f) => !f.person));
|
||||
const visiblePeople = $derived(
|
||||
people
|
||||
.filter((p) => assetViewerManager.isShowingHiddenPeople || !p.isHidden)
|
||||
|
|
@ -91,6 +92,7 @@
|
|||
shape="round"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
indicator={unassignedFaces.length > 0 ? 'info' : undefined}
|
||||
onclick={() => assetViewerManager.openEditFacesPanel()}
|
||||
/>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue