From 79439f7bfab5d8ce138f0c322a91cdf0ccb9b963 Mon Sep 17 00:00:00 2001 From: DeNNiiInc Date: Sun, 28 Dec 2025 01:55:27 +1100 Subject: [PATCH] Fix device selection default mismatch + Integrate Waterfall & Comparison Bug Fix: - Backend was defaulting to mobile (isMobile ?? true) - Frontend was defaulting to desktop - Changed runner.js default to false (desktop) to match frontend Feature Integration: - Added Waterfall button to each history item - Added comparison checkboxes to history for easy test selection - Auto-limit to 2 tests for comparison - Comparison controls appear dynamically when tests selected - Auto-load comparison when URL params present --- compare.html | 13 +++++++++ lib/runner.js | 2 +- main.js | 76 +++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 85 insertions(+), 6 deletions(-) diff --git a/compare.html b/compare.html index d48a0e5..faa97ba 100644 --- a/compare.html +++ b/compare.html @@ -85,6 +85,19 @@