kaboot/tests/hooks
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
..
useAuthenticatedFetch.test.tsx Add import/export 2026-01-15 22:27:17 -07:00
useGame.draftPersistence.test.tsx Add server security hardening and draft quiz persistence 2026-01-15 10:12:05 -07:00
useGame.kickLeave.test.tsx Add client leaving host notification 2026-01-19 15:46:17 -07:00
useGame.navigation.test.tsx Add share pin 2026-01-16 10:05:08 -07:00
useGame.presenter.test.tsx Add presenter role for game flow control 2026-01-19 14:02:28 -07:00
useGame.reconnection.test.tsx Fix stuff 2026-01-14 09:07:20 -07:00
useQuizLibrary.test.tsx Add disable timer setting and fix per-question time limits 2026-02-23 13:44:12 -07:00
useUserConfig.test.tsx feat: add comprehensive game configuration system 2026-01-14 01:43:23 -07:00
useUserPreferences.subscription.test.tsx Add Stripe payment integration for AI subscriptions 2026-01-21 16:11:03 -07:00