From 5f4d260301db82566b98f7f77ae2835ffe1b3be7 Mon Sep 17 00:00:00 2001 From: Sergio Date: Sat, 23 May 2026 16:52:03 +0000 Subject: [PATCH] gioser-web: move page-controls to static HTML, simplify sync - Moved the minimize/close buttons from dynamic JS creation to static HTML in index.html (always present, hidden by default) - sync_page_controls() now just toggles opacity/pointer-events instead of creating DOM elements --- crates/apps/gioser-web/index.html | 9 +++ crates/apps/gioser-web/pkg/gioser_web.d.ts | 16 +++--- crates/apps/gioser-web/pkg/gioser_web.js | 54 +++++++++--------- crates/apps/gioser-web/pkg/gioser_web_bg.wasm | Bin 536595 -> 536022 bytes .../gioser-web/pkg/gioser_web_bg.wasm.d.ts | 16 +++--- crates/apps/gioser-web/src/lib.rs | 21 +------ 6 files changed, 54 insertions(+), 62 deletions(-) diff --git a/crates/apps/gioser-web/index.html b/crates/apps/gioser-web/index.html index b3de887..bda9bbd 100644 --- a/crates/apps/gioser-web/index.html +++ b/crates/apps/gioser-web/index.html @@ -75,6 +75,15 @@
+ +
+ + +
+