feature/147-cardoverview_performance #153

Merged
niggl merged 10 commits from feature/147-cardoverview_performance into dev 2023-02-23 07:34:46 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2a6a39916a - Show all commits

View File

@ -7,7 +7,7 @@
import CardsEmptyState from "./CardsEmptyState.svelte";
import CardDetailModal from "./CardDetailModal.svelte";
import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
import ThFilterGroup from "./ThFilterGroup.svelte";
import ThFilterStatus from "./ThFilterStatus.svelte";
export let edit_modal_open = false;
export let runner = {};
export let editable = {};
@ -100,7 +100,7 @@
<th />
<ThFilter {handler} filterBy="code" />
<ThFilter {handler} filterBy="runner" />
<ThFilterGroup {handler} />
<ThFilterStatus {handler} />
<th />
</tr>
</thead>