golfgame/scripts
adlee-was-taken e2c7a55dac Fix held card displacement in landscape and tooltip crash
The turn pulse shake was targeting .discard-stack, which is an ancestor of
#held-card-floating. A CSS transform on any ancestor breaks position:fixed,
causing the held card to render far from the deck area. Now target #discard
directly instead.

Also fix duplicate getCardPointValue methods — the 3-arg scoring version
shadowed the 1-arg tooltip version, leaving cardValues undefined on hover.

Add staging deploy script (rsync working tree, no git pull needed).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 19:16:20 -05:00
..
deploy-staging.sh Fix held card displacement in landscape and tooltip crash 2026-02-23 19:16:20 -05:00
deploy.sh Update email from address and add deploy script 2026-02-22 00:36:38 -05:00
dev-server.sh v3.0.0: V3 features, server refactoring, and documentation overhaul 2026-02-14 10:03:45 -05:00
docker-build.sh v3.0.0: V3 features, server refactoring, and documentation overhaul 2026-02-14 10:03:45 -05:00
install.sh v3.0.0: V3 features, server refactoring, and documentation overhaul 2026-02-14 10:03:45 -05:00