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 63a50f92e7 - 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 = {};
@ -101,7 +101,7 @@
<th />
<ThFilter {handler} filterBy="code" />
<ThFilter {handler} filterBy="runner" />
<ThFilterGroup {handler} />
<ThFilterStatus {handler} />
<th />
</tr>
</thead>