From db24d216210e0038f92e634de1ab8a46fbce4632 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Sat, 20 Apr 2024 22:15:36 +0330 Subject: UI Improvements (#2228) * UI Improvements Better Table Update QR Code Modal Better Info Modal Compression HTML files Better Dropdown Menu Better Calendar and more .. Remove files Minor Fixes --- web/html/common/head.html | 54 ++++----- web/html/common/qrcode_modal.html | 249 +++++++++++++++++++++++--------------- 2 files changed, 179 insertions(+), 124 deletions(-) (limited to 'web/html/common') diff --git a/web/html/common/head.html b/web/html/common/head.html index b2533098..6c195db5 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -1,32 +1,32 @@ {{define "head"}} - - - - - - - - - {{ .host }}-{{ i18n .title}} + + + + + + + + + {{ .host }}-{{ i18n .title}}
{{end}} \ No newline at end of file diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 524335cf..fd5a17b7 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -1,110 +1,165 @@ {{define "qrcodeModal"}} - - {{ i18n "pages.inbounds.clickOnQRcode" }} - - - {{ i18n "pages.inbounds.client" }} - + :footer="null" width="fit-content"> + + + + {{end}} -- cgit v1.2.3