updated
This commit is contained in:
parent
7a5b29c3e4
commit
67d62c1fbc
@ -5701,23 +5701,6 @@ export default function FinishedDownloads({
|
|||||||
Abgeschlossene Downloads
|
Abgeschlossene Downloads
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Button
|
|
||||||
size="sm"
|
|
||||||
variant={lastAction ? 'soft' : 'secondary'}
|
|
||||||
color="emerald"
|
|
||||||
className="h-7 shrink-0 px-2 text-xs"
|
|
||||||
disabled={!lastAction || undoing}
|
|
||||||
onClick={undoLastAction}
|
|
||||||
leadingIcon={<ArrowUturnLeftIcon className="size-3.5 shrink-0" />}
|
|
||||||
title={
|
|
||||||
!lastAction
|
|
||||||
? 'Keine Aktion fuer Undo'
|
|
||||||
: `Letzte Aktion rueckgaengig machen (${lastAction.kind})`
|
|
||||||
}
|
|
||||||
>
|
|
||||||
Undo
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
{bulkBusy ? (
|
{bulkBusy ? (
|
||||||
<LoadingSpinner
|
<LoadingSpinner
|
||||||
size="sm"
|
size="sm"
|
||||||
@ -5726,10 +5709,6 @@ export default function FinishedDownloads({
|
|||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
<span className="shrink-0 rounded-full bg-gray-100 px-2 py-0.5 text-xs font-medium text-gray-900 dark:bg-white/10 dark:text-gray-200">
|
|
||||||
{totalItemsForPagination}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="flex h-8 w-8 shrink-0 items-center justify-center">
|
<div className="flex h-8 w-8 shrink-0 items-center justify-center">
|
||||||
<LoadingSpinner
|
<LoadingSpinner
|
||||||
@ -5741,6 +5720,28 @@ export default function FinishedDownloads({
|
|||||||
srLabel="Lade Downloads…"
|
srLabel="Lade Downloads…"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<span className="shrink-0 rounded-full bg-gray-100 px-2 py-0.5 text-xs font-medium text-gray-900 dark:bg-white/10 dark:text-gray-200">
|
||||||
|
{totalItemsForPagination}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
size="sm"
|
||||||
|
variant={lastAction ? 'soft' : 'secondary'}
|
||||||
|
color="emerald"
|
||||||
|
className="ml-auto h-7 shrink-0 px-2 text-xs"
|
||||||
|
disabled={!lastAction || undoing}
|
||||||
|
onClick={undoLastAction}
|
||||||
|
leadingIcon={<ArrowUturnLeftIcon className="size-3.5 shrink-0" />}
|
||||||
|
title={
|
||||||
|
!lastAction
|
||||||
|
? 'Keine Aktion fuer Undo'
|
||||||
|
: `Letzte Aktion rueckgaengig machen (${lastAction.kind})`
|
||||||
|
}
|
||||||
|
>
|
||||||
|
Undo
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="px-3 pt-1.5 pb-2">
|
<div className="px-3 pt-1.5 pb-2">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user