From 438c64f055738ade79564b8e893cbe6d46a7084e Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Sat, 10 Jan 2026 01:06:29 +0100 Subject: [PATCH] fix(display): cursor visible --- display/web/main.templ | 77 ++++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/display/web/main.templ b/display/web/main.templ index c66ad6e..b6c8c59 100644 --- a/display/web/main.templ +++ b/display/web/main.templ @@ -1,16 +1,15 @@ package web templ indexTemplate() { - - - - - - - PLG Connect Display - - - - - - -
-
-
- - + + +
+
+
+ } templ videoTemplate(path string) { - + } templ imageTemplate(path string) { - + } templ deviceInfoTemplate(ip string, mac string, showQR bool) { -
-
- { ip } - { mac } -
- if showQR { -
-
- QR-Code +
+
+ { ip } + { mac }
+ if showQR { +
+
+ QR-Code +
+
+ }
- } -
- -} \ No newline at end of file +}