New timer, kahoot-like-mode icons and more small improvements

This commit is contained in:
Mawoka
2022-09-18 19:31:55 +02:00
parent e6aeb9dfd1
commit 7abd7bada0
9 changed files with 439 additions and 181 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
<svelte:window on:beforeunload={confirmUnload} />
<svelte:head>
<title>ClassQuiz - Play</title>
{#if gameData !== undefined}
{#if gameData !== undefined && game_mode !== 'kahoot'}
{#each gameData.questions as question}
{#if question.image !== undefined}
<link rel="preload" as="image" href={question.image} />