feat: lazy load thumbnails on people and place list (#23682)

perf(web): lazy load thumbnails on people and place list
This commit is contained in:
Lukas
2025-11-07 21:22:02 +01:00
committed by GitHub
parent 93ab42fa24
commit c935ae47d0
4 changed files with 6 additions and 0 deletions

View File

@@ -157,6 +157,7 @@
altText={person.name}
widthStyle="100%"
hiddenIconClass="text-white group-hover:text-black transition-colors"
preload={false}
/>
{#if person.name}
<span class="absolute bottom-2 start-0 w-full select-text px-1 text-center font-medium text-white">

View File

@@ -52,6 +52,7 @@
title={person.name}
widthStyle="100%"
circle
preload={false}
/>
{#if person.isFavorite}
<div class="absolute top-4 start-4">