feature/148-dashboard_statscards #149

Merged
philipp merged 3 commits from feature/148-dashboard_statscards into dev 2023-02-18 16:12:30 +00:00
Showing only changes of commit 452d010183 - Show all commits

View File

@ -35,7 +35,7 @@
<p class="text-sm">{$_("this-might-take-a-moment")}</p> <p class="text-sm">{$_("this-might-take-a-moment")}</p>
</div> </div>
{:then stats} {:then stats}
<div class="grid grid-cols-4 gap-4"> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5 2xl:grid-cols-6 gap-4">
<StatCard <StatCard
title={$_("runners")} title={$_("runners")}
value={stats.total_runners} value={stats.total_runners}