kaboot/components
Joey Yakimowich-Payne d1f82440a1
Add disable timer setting and fix per-question time limits
Add a 'Question Timer' toggle to game settings that lets the host disable
the countdown timer. When disabled, questions show ∞ instead of a countdown,
the host gets an 'End Question' button to manually advance, and all correct
answers receive maximum points.

Also fix a bug where per-question time limits were ignored — the timer and
scoring always used the hardcoded 20-second default instead of each question's
individual timeLimit.
2026-02-23 13:44:12 -07:00
..
ApiKeyModal.tsx Flesh out payment stuff 2026-01-22 12:21:12 -07:00
AuthButton.tsx Fix sign in redirect 2026-01-16 10:39:58 -07:00
DefaultConfigModal.tsx Flesh out payment stuff 2026-01-22 12:21:12 -07:00
DisconnectedScreen.tsx Fix UI jank a bit 2026-01-14 21:47:40 -07:00
GameConfigPanel.tsx Add disable timer setting and fix per-question time limits 2026-02-23 13:44:12 -07:00
GameScreen.tsx Add disable timer setting and fix per-question time limits 2026-02-23 13:44:12 -07:00
HostReconnected.tsx Fix host 2026-01-25 08:54:04 -07:00
ImportQuizzesModal.tsx Add import/export 2026-01-15 22:27:17 -07:00
Landing.tsx Add more types 2026-01-23 14:24:06 -07:00
Lobby.tsx Add host name 2026-01-25 09:31:45 -07:00
PaymentResult.tsx Add Stripe payment integration for AI subscriptions 2026-01-21 16:11:03 -07:00
PlayerAvatar.tsx Add api key and sorting on scoreboard 2026-01-15 14:49:10 -07:00
Podium.tsx Add show rankings 2026-01-19 15:26:01 -07:00
PreferencesModal.tsx Flesh out payment stuff 2026-01-22 12:21:12 -07:00
QuestionCard.tsx Make mobile smaller 2026-01-19 15:18:42 -07:00
QuestionEditModal.tsx Fix modal scrolling 2026-01-13 23:56:21 -07:00
QuizCreator.tsx Scoreboard ui stuff 2026-01-15 08:21:38 -07:00
QuizEditor.tsx Flesh out payment stuff 2026-01-22 12:21:12 -07:00
QuizLibrary.tsx Add sharing 2026-01-16 08:49:21 -07:00
RevealScreen.tsx Fix 2026-01-25 09:24:51 -07:00
SaveOptionsModal.tsx Fix modal scrolling 2026-01-13 23:56:21 -07:00
SaveQuizPrompt.tsx Fix modal scrolling 2026-01-13 23:56:21 -07:00
Scoreboard.tsx Add presenter role for game flow control 2026-01-19 14:02:28 -07:00
SharedQuizView.tsx Add user name to share screen 2026-01-16 10:55:55 -07:00
SortableQuestionCard.tsx Add ability to edit AI generated content 2026-01-13 23:37:08 -07:00
UpgradePage.tsx Add Stripe payment integration for AI subscriptions 2026-01-21 16:11:03 -07:00
WaitingToRejoin.tsx Fix UI jank a bit 2026-01-14 21:47:40 -07:00