mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 11:07:11 -04: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
@ -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…
x
Reference in New Issue
Block a user