text cleanups, StatCard improvements

This commit is contained in:
2023-04-27 08:29:07 +02:00
parent 8b922309b9
commit a2f9dbbe01
26 changed files with 96 additions and 67 deletions

View File

@@ -5,7 +5,7 @@
RunnerTeamService,
} from "@odit/lfk-client-js";
import { getLocaleFromNavigator, _ } from "svelte-i18n";
import store from "../../store";
import Select from "svelte-select";
import ImportRunnerModal from "../runners/ImportRunnerModal.svelte";

View File

@@ -122,7 +122,10 @@
.toString()
.toLowerCase()
.includes(searchvalue)}
<tr class="odd:bg-white even:bg-gray-100" data-rowid="team_{t.id}">
<tr
class="odd:bg-white even:bg-gray-100"
data-rowid="team_{t.id}"
>
<td class="px-6 py-4 whitespace-nowrap">
<input
bind:checked={t.is_selected}