feat: add a counter to the duplicate utility (#21109)

Added a counter to the duplicate utility
This commit is contained in:
Arthur Normand 2025-08-21 16:21:31 -04:00 committed by GitHub
parent 9bb211f56f
commit 4e03b06ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"