Commit Graph
80 Commits
Author SHA1 Message Date
mandaloreandClaude Sonnet 4.6 f733255e07 rename to 40k-rankings.gateway-gamers.net
Update deploy path, environment URL, nginx conf, and package name
to reflect the new subdomain.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 19:00:07 -05:00
mandaloreandClaude Sonnet 4.6 e412ec2072 add package-lock.json
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 18:46:57 -05:00
mandaloreandClaude Sonnet 4.6 e39cb70c04 scaffold AOS rankings site (Vite + Tailwind v4 + DaisyUI v5)
Clone of the 40K rankings project adapted for Age of Sigmar: leagueId
RtgcexBzqjCM, AOS-branded headings, separate cache key, and CI/CD
deploying to /var/www/domains/gateway-gamers.net/aos-rankings/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 18:31:33 -05:00
mandaloreandClaude Sonnet 4.6 14e117a823 add kingmaker-style header, full pagination, and CI/CD deployment
- Hero carousel header with logo and photos matching kingmaker site
- Renamed "League Rank" to "ITC Rank"
- Full cursor-paginated standings scan with circular-cursor detection
  to handle BCP API's pagination bug at the end of results; incremental
  rendering shows results as each page arrives
- credentials:omit on all BCP fetches to prevent session cookie 500s
- GitLab CI pipeline: npm ci + vite build, rsync dist/ to
  /var/www/domains/gateway-gamers.net/rankings/ on push to main
- nginx config for rankings.gateway-gamers.net with CSP allowing
  connect-src to newprod-api.bestcoastpairings.com

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 17:34:48 -05:00
mandaloreandClaude Sonnet 4.6 2304764d5d scaffold Vite + Tailwind v4 + DaisyUI v5 project structure
Converts the standalone leaderboard HTML into a proper build project
matching the kingmaker.gateway-gamers.net pattern: shared header/footer
partials in public/, leaderboard logic in src/main.js, and vite build
outputting to dist/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 12:28:36 -05:00
mandalore 1841f242ed add README 2026-06-26 12:15:46 -05:00
mandalore 6f62a9a5ba Fix Dates 2026-06-01 09:46:18 -05:00
mandalore e6c8ba2850 Update the season dates and add that signups are live 2026-06-01 07:52:43 -05:00
mandalore 94b44bb9fc remove paypal from site and add verbiage for paying game nite 2026-05-29 19:29:28 -05:00
mandalore 83ded0a3e7 add a new section on homepage detailing current season 2026-05-29 14:37:19 -05:00
mandalore f758d6ac2e update wording on site 2026-05-29 14:31:26 -05:00
mandalore 96990c9e0d revert the small change on the sign-ups page 2026-05-29 00:47:27 -05:00
mandalore b9de76cae5 small change to signups page for testing 2026-05-29 00:46:29 -05:00
mandaloreandClaude Sonnet 4.6 387f1685a4 Fix CI pipeline for shell executor — local rsync deploy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 00:40:15 -05:00
mandaloreandClaude Sonnet 4.6 5078b13d31 Add GitLab CI/CD pipeline for build and deploy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 00:28:03 -05:00
mandaloreandClaude Sonnet 4.6 4faf620547 Right-align theme toggle and hamburger menu on mobile
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 18:01:28 -05:00
mandaloreandClaude Sonnet 4.6 3eb4827744 Fix mobile nav visibility and stale stats link; add nginx security headers to config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 17:58:05 -05:00
mandaloreandClaude Sonnet 4.6 b29de9fa2e Fix build config to include all pages, partials, and images in dist
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 17:31:37 -05:00
mandalore 9b4ee80fbc fix changes from stats to standings 2026-05-28 17:28:57 -05:00
mandalore 675f702ada add standings excel sheet to standings page. 2026-05-28 17:23:51 -05:00
mandalore c0599ac0a9 changes stats to standings 2026-05-28 17:20:01 -05:00
mandalore d4e5f79994 commit embedded google forms links 2026-05-28 17:17:35 -05:00
mandaloreandClaude Sonnet 4.6 5318c00b1c Add hero carousel with 5 images, enlarge logo, fix Pathfinder references
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 17:15:42 -05:00
mandaloreandClaude Sonnet 4.6 e84624d8f6 Add PayPal entry fee payment link to sign-ups page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 16:46:06 -05:00
mandalore 18364d566a commit 2026-05-28 16:28:56 -05:00
mandaloreandClaude Sonnet 4.6 dbad722b95 Extract navbar and footer into shared header.html and footer.html partials
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 16:26:59 -05:00
mandaloreandClaude Sonnet 4.6 23c34c7f88 Replace navbar text title with logo image placeholder
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 16:24:05 -05:00
mandaloreandClaude Sonnet 4.6 b716e2a43a Add 4-page site structure with daisyUI navbar and Google embed placeholders
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 16:20:32 -05:00
mandaloreandClaude Sonnet 4.6 02fd21709e Add Vite + Tailwind CSS v4 + daisyUI v5 static site template
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 15:58:00 -05:00
mandaloreandClaude Sonnet 4.6 e9cdd9b87a Add CLAUDE.md for Claude Code guidance
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 15:51:06 -05:00