From f9607c5c94d4207eda30a79fd011ac3258222a80 Mon Sep 17 00:00:00 2001 From: Byron Gamatos Date: Tue, 30 Jun 2026 20:19:08 +0200 Subject: [PATCH] Port the Min res (minimum auto-resolution) selector into the v3 player (#663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v2 control bar exposes a "Min res" selector next to Quality that sets highway.setMinRenderScale — capping how far the load-adaptive resolution scaler (feedBack#654) may downscale, or disabling it entirely (Full). The v3 UI only ported the Quality selector, so v3 users had no way to stop the highway auto-downscaling to as low as quarter-res on heavy scenes / weak- GPU launches — pixelated even at Quality = HD, with no workaround (worse than v2). Add the Min res row to the v3 viz/quality rail popover, under Quality, mirroring the v2 control (same options, handler, title, aria). The handler, the setMinRenderScale/getMinRenderScale API, and the shared app.js init that syncs the selector's value (guarded by element id) all already exist — only the v3 markup was missing. Fixes #662 Co-authored-by: Claude Opus 4.8 (1M context) --- static/v3/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/v3/index.html b/static/v3/index.html index 18bbbe3..768d9cd 100644 --- a/static/v3/index.html +++ b/static/v3/index.html @@ -926,6 +926,15 @@ +
+ Min res + +
Scoreboard