+ {isPreGame + ? 'Ready to Start' + : isGameOver ? 'Game Finished' : `Current Question (${gameState.currentQuestionIndex + 1}/${questions.length})` + } +
+ {isPreGame && ( + + {questions.length} Questions Queued + + )} +Loaded Queue
+-
+ {questions.map((q, idx) => (
+
- + {idx+1}. + {q.text} + + ))} +
Buzzer Queue
+ {buzzQueue.length} Buzzes +| Name | +Team | +Score | +Status | +
|---|---|---|---|
| {p.name} | +{teams.find(t => t.id === p.teamId)?.name || '-'} | +{p.score} | ++ {p.isApproved ? ( + JOINED + ) : ( + + )} + | +
Your Games
+{game.name}
+{game.questions.length} Questions
+ +AI Question Generator
+Questions
+ +Supports YouTube links or Image Uploads
+-
+ {game.questions.length === 0 && (
+
- No questions yet. Add some manually or use AI! + )} + {game.questions.map((q, i) => ( +
-
+ ++ ++ Q{i+1} + {q.category} + {q.points}pts +++ {q.mediaUrl &&+
} + {q.text} + A: {q.answer}+
+ ))}
+