From e0bb592021c2d1dfc9778d031a373c0f606efbb9 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 15 Dec 2024 20:57:48 +0100 Subject: [PATCH] Lib: Implement substitution card --- src/lib/components/SubstitutionCard.svelte | 145 +++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 src/lib/components/SubstitutionCard.svelte diff --git a/src/lib/components/SubstitutionCard.svelte b/src/lib/components/SubstitutionCard.svelte new file mode 100644 index 0000000..e98502d --- /dev/null +++ b/src/lib/components/SubstitutionCard.svelte @@ -0,0 +1,145 @@ + + + +
+ + + {#if substitution && !disable_inputs} + + {/if} + +
+ + Substitute + + + Driver + + + Race + + +
+ {#if substitution} + + + {:else} + + {/if} +
+
+
+