mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: add a counter to the duplicate utility (#21109)
Added a counter to the duplicate utility
This commit is contained in:
parent
9bb211f56f
commit
4e03b06ff7
1 changed files with 2 additions and 1 deletions
|
|
@ -268,7 +268,7 @@
|
||||||
onStack={(assets) => handleStack(duplicates[duplicatesIndex].duplicateId, assets)}
|
onStack={(assets) => handleStack(duplicates[duplicatesIndex].duplicateId, assets)}
|
||||||
/>
|
/>
|
||||||
<div class="max-w-216 mx-auto mb-16">
|
<div class="max-w-216 mx-auto mb-16">
|
||||||
<div class="flex flex-wrap gap-y-6 mb-4 px-6 w-full place-content-end justify-between">
|
<div class="flex flex-wrap gap-y-6 mb-4 px-6 w-full place-content-end justify-between items-center">
|
||||||
<div class="flex text-xs text-black">
|
<div class="flex text-xs text-black">
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
|
|
@ -291,6 +291,7 @@
|
||||||
{$t('previous')}
|
{$t('previous')}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
<p>{duplicatesIndex + 1}/{duplicates.length.toLocaleString($locale)}</p>
|
||||||
<div class="flex text-xs text-black">
|
<div class="flex text-xs text-black">
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue