wip
This commit is contained in:
parent
fcadedaa30
commit
dc5ea5240c
@ -2,7 +2,6 @@
|
||||
import { RunnerCardService, RunnerService } from "@odit/lfk-client-js";
|
||||
import QrCodeScanner from "./QrCodeScanner.svelte";
|
||||
let state = "scan_runner";
|
||||
let state_tmp = "";
|
||||
let runnerinfo = { id: 0, firstname: "", lastname: "" };
|
||||
let cardCode = "";
|
||||
let scannerActive = true;
|
||||
@ -16,7 +15,6 @@
|
||||
|
||||
<div class="p-4">
|
||||
<h3 class="text-3xl font-bold">Card Assignment for Mobile</h3>
|
||||
<!-- <p class="p-4 bg-sky-200 rounded-lg mt-2 mb-2">state: {state}</p> -->
|
||||
{#if state === "done"}
|
||||
<h3 class="text-2xl font-bold">✅ Done</h3>
|
||||
<h4 class="text-xl font-semibold">
|
||||
|
Loading…
x
Reference in New Issue
Block a user