Paper Dynasty Database - PostgreSQL database service
- Add silver backing div behind diamond so the X gap lines pop - Darken unfilled quads for better contrast with filled tier color - Make diamond grid background transparent (backing shows through gaps) - Deduplicate shared positioning into a combined CSS rule - Remove dead TIER_DIAMOND_COLORS dict and filled_bg from Python (template already computes these via Jinja) NOTE: These are volume-mounted template files, NOT baked into the Docker image. After merging, manually deploy to each server: scp storage/templates/tier_style.html <host>:<container-data>/storage/templates/ scp storage/templates/player_card.html <host>:<container-data>/storage/templates/ Hosts: Dev: ssh pd-database → /home/cal/container-data/dev-pd-database/ Prod: ssh akamai → /root/container-data/paper-dynasty/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .gitea/workflows | ||
| .githooks | ||
| app | ||
| docs | ||
| migrations | ||
| scripts | ||
| storage/templates | ||
| tests | ||
| .dockerignore | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| compose.production.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| requirements.txt | ||
| ruff.toml | ||
| run-local.sh | ||
| VERSION | ||