mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
Merge branch 'feature/seed-completed-downloads' into feat/achievements-points
This commit is contained in:
commit
cf39b426e1
@ -162,7 +162,6 @@ export class DownloadManager {
|
|||||||
.get<LibtorrentPayload[] | []>("/seed-status")
|
.get<LibtorrentPayload[] | []>("/seed-status")
|
||||||
.then((res) => res.data);
|
.then((res) => res.data);
|
||||||
|
|
||||||
console.log(seedStatus);
|
|
||||||
if (!seedStatus.length) return;
|
if (!seedStatus.length) return;
|
||||||
|
|
||||||
seedStatus.forEach(async (status) => {
|
seedStatus.forEach(async (status) => {
|
||||||
|
@ -33,7 +33,7 @@ export function DropdownMenu({
|
|||||||
return (
|
return (
|
||||||
<DropdownMenuPrimitive.Root>
|
<DropdownMenuPrimitive.Root>
|
||||||
<DropdownMenuPrimitive.Trigger asChild>
|
<DropdownMenuPrimitive.Trigger asChild>
|
||||||
<button aria-label={title}>{children}</button>
|
<div aria-label={title}>{children}</div>
|
||||||
</DropdownMenuPrimitive.Trigger>
|
</DropdownMenuPrimitive.Trigger>
|
||||||
|
|
||||||
<DropdownMenuPrimitive.Portal>
|
<DropdownMenuPrimitive.Portal>
|
||||||
|
Loading…
Reference in New Issue
Block a user