From 14253c35864828458ef3eeecb05591a7ae6e641e Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:57:37 +0000 Subject: chore: moving the modals to a separate directory --- web/html/common/prompt_modal.html | 71 ----------------- web/html/common/qrcode_modal.html | 161 -------------------------------------- web/html/common/text_modal.html | 52 ------------ 3 files changed, 284 deletions(-) delete mode 100644 web/html/common/prompt_modal.html delete mode 100644 web/html/common/qrcode_modal.html delete mode 100644 web/html/common/text_modal.html (limited to 'web/html/common') diff --git a/web/html/common/prompt_modal.html b/web/html/common/prompt_modal.html deleted file mode 100644 index b91ede03..00000000 --- a/web/html/common/prompt_modal.html +++ /dev/null @@ -1,71 +0,0 @@ -{{define "promptModal"}} - - - - - -{{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"}} - - - - - - - - -{{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"}} - - - - - - -{{end}} -- cgit v1.2.3