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