mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 15:09:45 +02:00
feat(web): better person naming interface
This commit is contained in:
parent
ff06e14cea
commit
79eecba604
@ -27,7 +27,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="w-full grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 xl:grid-cols-7 2xl:grid-cols-9 gap-1">
|
||||
<div class="w-full grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 xl:grid-cols-7 2xl:grid-cols-10 gap-1">
|
||||
{#each people as person, index (person.id)}
|
||||
{#if hasNextPage && index === people.length - 1}
|
||||
<div bind:this={lastPersonContainer}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user