Adds Correct/Wrong buttons to admin panel that track question
answer stats across games and implement a steal system where
the next team gets one chance to answer if the first team is wrong.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Questions in the game queue are now grouped by category with per-group
drag-and-drop constraints and category reorder buttons. During live games,
a full-screen category slide appears for 3 seconds when transitioning
between categories. Backend now includes previous_category and
category_changed fields in question_changed events.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Questions now have a created_by field linking to the user who created them.
Users only see questions they own or that have been shared with them.
Includes share dialog, user search, bulk sharing, and export/import
respects ownership.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add search, category, and type filters to questions API
- Add clickable sortable table headers with sort indicators
- Add filter controls UI with clear filters button
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>