From 00addb0dd9f6451124466fb7ab6cae9ab9a8a643 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Fri, 21 Mar 2025 14:38:41 +0000
Subject: chore: delete `display.css` these styles are not used anywhere
---
web/html/common/head.html | 1 -
1 file changed, 1 deletion(-)
(limited to 'web/html/common')
diff --git a/web/html/common/head.html b/web/html/common/head.html
index ca854a30..4c6bb4e2 100644
--- a/web/html/common/head.html
+++ b/web/html/common/head.html
@@ -5,7 +5,6 @@
-
-
{{ .host }}-{{ i18n .title}}
+ {{ .host }} – {{ i18n .title}}
{{end}}
\ No newline at end of file
--
cgit v1.2.3
From 6f4eefe60181a9913155ec8c1cc644bf78b23ea3 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Fri, 21 Mar 2025 15:09:05 +0000
Subject: chore: make class to get the device form factor
---
web/html/common/qrcode_modal.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'web/html/common')
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 5ea1ca95..93d66fc2 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -1,6 +1,6 @@
{{define "qrcodeModal"}}
@@ -35,7 +35,6 @@
-{{end}}
\ No newline at end of file
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
deleted file mode 100644
index 93d66fc2..00000000
--- a/web/html/common/qrcode_modal.html
+++ /dev/null
@@ -1,161 +0,0 @@
-{{define "qrcodeModal"}}
-
-
-
-
- {{ i18n "pages.settings.subSettings"}}
-
-
-
-
-
-
-
- {{ i18n "pages.settings.subSettings"}} Json
-
-
-
-
-
-
-
-
-
- [[ row.remark ]]
-
-
-
-
-
-
-
-
-
-{{end}}
diff --git a/web/html/common/text_modal.html b/web/html/common/text_modal.html
deleted file mode 100644
index c15282b9..00000000
--- a/web/html/common/text_modal.html
+++ /dev/null
@@ -1,52 +0,0 @@
-{{define "textModal"}}
-
-
- [[ txtModal.fileName ]]
-
- {{ i18n "copy" }}
-
-
-
-
-
-{{end}}
--
cgit v1.2.3