From a9976c54aef841620106ba38b11a078df6d77200 Mon Sep 17 00:00:00 2001 From: Antti Kettunen Date: Mon, 27 Apr 2026 07:49:55 +0300 Subject: [PATCH] Centralize shell bridge glue --- webui/index.html | 3 +- webui/src/platform/shell/globals.d.ts | 2 +- webui/static/init.js | 44 ------------ webui/static/shell-bridge.js | 100 ++++++++++++++++++++++++++ 4 files changed, 103 insertions(+), 46 deletions(-) create mode 100644 webui/static/shell-bridge.js diff --git a/webui/index.html b/webui/index.html index 3d7fb5dc..c65152b2 100644 --- a/webui/index.html +++ b/webui/index.html @@ -7777,7 +7777,7 @@ {{ vite_assets('body')|safe }} - + @@ -7796,6 +7796,7 @@ +