mirror of
https://github.com/immich-app/immich.git
synced 2025-06-06 07:04:26 -04:00
fix(web): slow people page load (#10793)
This commit is contained in:
parent
312030f275
commit
99c45bd4d2
@ -66,6 +66,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
{#if showVerticalDots}
|
||||||
<div class="absolute top-2 right-2">
|
<div class="absolute top-2 right-2">
|
||||||
<ButtonContextMenu
|
<ButtonContextMenu
|
||||||
buttonClass="icon-white-drop-shadow focus:opacity-100 {showVerticalDots ? 'opacity-100' : 'opacity-0'}"
|
buttonClass="icon-white-drop-shadow focus:opacity-100 {showVerticalDots ? 'opacity-100' : 'opacity-0'}"
|
||||||
@ -89,4 +90,5 @@
|
|||||||
/>
|
/>
|
||||||
</ButtonContextMenu>
|
</ButtonContextMenu>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user