From ef3881a0acda110012fc57c148c8f56d52542802 Mon Sep 17 00:00:00 2001 From: Samuel Enocsson Date: Tue, 12 Aug 2025 17:22:12 +0200 Subject: [PATCH] Add mobile optimization and PDGA update date simulation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mobile improvements: - Responsive table layout with hidden columns on mobile - Touch-friendly buttons and improved spacing - Consolidated information display for small screens - Mobile-specific CSS with media queries PDGA rating simulation: - Calculate next official PDGA update date (2nd Tuesday of each month) - Filter tournaments to only include rounds before next update - Simulate realistic rating predictions based on PDGA schedule - Account for rolling 12-month window and round expiration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- index.html | 118 ++++++++++++++++++++++++++++++++++++++++++++++------- server.js | 56 +++++++++++++++++++++++-- 2 files changed, 155 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 55e26dd..351662f 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,16 @@