- Guard against empty awardTypeIds array in AwardRepository
- Refactor Stimulus controller to use data-action attributes instead of
imperative addEventListener (fixes duplicate listener issue)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Config panel with toggle for watched films, hint type checkboxes,
and multi-select for award types above the start game button.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The @symfony/stimulus-bundle loader generates an empty controllers.js,
so Stimulus controllers from controllers.json (including ux-react) were
never registered. Switching to vite-plugin-symfony/stimulus/helpers
uses the virtual:symfony/controllers module that properly reads
controllers.json. Also wrap react_component() output in a <div> since
it only renders data-attributes, not a full HTML element.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>