From 697cd5e6d9d8cdacb1cf36fb485667e2409eba62 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Sat, 8 Mar 2025 22:41:27 +0700 Subject: Code refactoring (#2739) * refactor: switching to the use of typed props * refactor: `password-input` -> `a-password-input` * fix: qr modal copy error --- web/html/xui/component/password.html | 52 ++++++++++++++++++--------- web/html/xui/component/persianDatepicker.html | 28 ++++++++++----- web/html/xui/component/setting.html | 21 +++++++++-- web/html/xui/component/sortableTable.html | 38 ++++++++++++++------ web/html/xui/component/themeSwitch.html | 25 +++++++------ 5 files changed, 117 insertions(+), 47 deletions(-) (limited to 'web/html/xui/component') diff --git a/web/html/xui/component/password.html b/web/html/xui/component/password.html index 37e4c793..0fea1430 100644 --- a/web/html/xui/component/password.html +++ b/web/html/xui/component/password.html @@ -1,26 +1,46 @@ {{define "component/passwordInput"}} {{end}} {{define "component/password"}} -{{end}} +{{end}} \ No newline at end of file diff --git a/web/html/xui/component/setting.html b/web/html/xui/component/setting.html index bc2c6e42..85220d25 100644 --- a/web/html/xui/component/setting.html +++ b/web/html/xui/component/setting.html @@ -21,7 +21,24 @@ {{define "component/setting"}} -{{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3