thibaud-leclere
a6064c2bdb
fix: switch to @vitejs/plugin-react-swc and manual component registration
...
- Replace @vitejs/plugin-react with @vitejs/plugin-react-swc to fix
React Refresh preamble detection error in cross-origin Docker setup
- Register React components manually via window.resolveReactComponent
since ux-react's registerReactControllerComponents uses Webpack's
require.context API which is incompatible with Vite
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-28 13:40:16 +01:00
thibaud-leclere
783a8492e9
fix: use import.meta.glob instead of require.context for Vite compatibility
...
require.context is Webpack-only. Vite uses import.meta.glob.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-28 13:35:57 +01:00
thibaud-leclere
deb826401d
style: add game grid and popover styling
2026-03-28 13:19:53 +01:00
thibaud-leclere
6290cef3fe
feat: integrate GameRow into GameGrid
2026-03-28 13:19:44 +01:00
thibaud-leclere
29667f0b1e
feat: add GameRow component composing LetterInput and ActorPopover
2026-03-28 13:19:37 +01:00
thibaud-leclere
ac5bd38954
feat: add ActorPopover component with floating-ui
2026-03-28 13:19:29 +01:00
thibaud-leclere
ad014c2547
feat: add LetterInput component with auto-focus navigation
2026-03-28 13:19:21 +01:00
thibaud-leclere
748b1c7a08
feat: render game grid as React component via SymfonyUX
2026-03-28 13:19:13 +01:00
thibaud-leclere
1640d8d9d9
style: add auth page styling
2026-03-28 13:17:19 +01:00
thibaud-leclere
f7a9be6a38
chore: configure vite, react, and stimulus bootstrap
2026-03-28 13:11:41 +01:00
thibaud-leclere
bd3996f4a9
chore: remove asset-mapper, install vite-bundle and ux-react
2026-03-28 13:11:09 +01:00
thibaud-leclere
a196fac6c6
Generate grid
2026-01-31 16:17:24 +01:00
thibaud-leclere
e5d5fe4343
wip
2026-01-13 21:26:00 +01:00
thibaud-leclere
d4a3d32e0a
init
2026-01-13 13:59:05 +01:00