fix: adds 'view all ...' button to dashboard widgets

This commit is contained in:
2025-05-13 09:07:20 -05:00
parent 217a667df2
commit 8967d407cb
8 changed files with 71 additions and 45 deletions

View File

@@ -15,6 +15,8 @@ final class DownloadList extends AbstractController
public string $type;
public bool $isWidget = true;
public function __construct(
private readonly DownloadRepository $downloadRepository,
) {}