Fork du jeu Actorle en se basant sur les données perso de Letterboxd
Find a file
thibaud-leclere 8942e7f608 fix: integrate hint buttons into table for perfect row alignment and sticky scroll
Move hint buttons from a separate flex column into the table as the
first <td> of each row, ensuring pixel-perfect alignment with grid rows.
Use position:sticky with box-shadow to keep hints fixed on the left
while scrolling horizontally.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 19:36:32 +02:00
.gitea/issue_template chore: fix report bug issue template 2026-03-30 23:18:14 +02:00
assets fix: integrate hint buttons into table for perfect row alignment and sticky scroll 2026-03-31 19:36:32 +02:00
bin init 2026-01-13 13:59:05 +01:00
config feat: add GameController with start and abandon actions 2026-03-30 19:45:39 +02:00
designs update theme 2026-03-30 12:13:19 +02:00
docker fix: use vite-plugin-symfony Stimulus loader and wrap react_component in div 2026-03-28 15:02:27 +01:00
docs/superpowers docs: add game hints implementation plan 2026-03-30 22:26:32 +02:00
migrations feat: add hintType and hintData columns to GameRow entity 2026-03-30 22:30:30 +02:00
public enhance sync films 2026-01-19 23:22:04 +01:00
src refactor: move WikidataAwardGateway to src/Gateway/WikidataGateway.php 2026-03-31 11:14:20 +02:00
templates feat: responsive grid with scrollable area and fixed hint column 2026-03-31 14:17:22 +02:00
tests init 2026-01-13 13:59:05 +01:00
translations init 2026-01-13 13:59:05 +01:00
.dockerignore various fixes 2026-03-30 20:12:10 +02:00
.editorconfig init 2026-01-13 13:59:05 +01:00
.env.dist various fixes 2026-03-30 20:12:10 +02:00
.env.test init 2026-01-13 13:59:05 +01:00
.gitignore various fixes 2026-03-30 20:12:10 +02:00
composer.json feat: install Flysystem S3 and configure SeaweedFS storage 2026-03-29 10:08:56 +02:00
composer.lock feat: install Flysystem S3 and configure SeaweedFS storage 2026-03-29 10:08:56 +02:00
docker-compose.override.yaml fix: bind vendor with host in dev instead of named volume 2026-03-30 18:41:24 +02:00
docker-compose.yaml update theme 2026-03-30 12:13:19 +02:00
Makefile various fixes 2026-03-30 20:12:10 +02:00
package-lock.json feat: replace ? button with hint type icons in ActorPopover 2026-03-30 22:35:39 +02:00
package.json feat: replace ? button with hint type icons in ActorPopover 2026-03-30 22:35:39 +02:00
phpunit.dist.xml init 2026-01-13 13:59:05 +01:00
symfony.lock feat: install Flysystem S3 and configure SeaweedFS storage 2026-03-29 10:08:56 +02:00
vite.config.js fix: use vite-plugin-symfony Stimulus loader and wrap react_component in div 2026-03-28 15:02:27 +01:00