From 87695df5f7e483db15cdcabbc30af94c5b3ba9dd Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:34:25 -0700 Subject: [PATCH 01/35] Add telemetry hook and normalize handlers Consolidates engine configuration by merging a custom onProgress telemetry hook that logs assembly transfer percent, and initializes Engine with the merged config. Updates the loading UI comment to mention accessibility and normalizes multiple button handler assignments by removing inline comments/formatting. Small refactor/cleanup in custom_shell.html to add telemetry and improve clarity. --- custom_shell.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/custom_shell.html b/custom_shell.html index adca2787a..9f6052ff9 100644 --- a/custom_shell.html +++ b/custom_shell.html @@ -188,13 +188,24 @@