From 6e5ed881f23c59603ce68629cd7fe643527f0052 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Wed, 19 Mar 2025 04:06:55 +0700 Subject: [PATCH] chore: pretty `Inbounds` page (#2791) * chore: pretty 'Inbounds' page * chore: return styles for aCustomStatistic styles was intended to properly display a-statistic in the app, but for some unknown reason it was removed * fix: switch style in dark mode --------- --- web/html/xui/component/aCustomStatistic.html | 12 + web/html/xui/inbounds.html | 773 ++++++++++--------- web/html/xui/index.html | 13 +- web/translation/translate.en_US.toml | 2 + web/translation/translate.es_ES.toml | 2 + web/translation/translate.fa_IR.toml | 2 + web/translation/translate.id_ID.toml | 2 + web/translation/translate.ja_JP.toml | 2 + web/translation/translate.pt_BR.toml | 2 + web/translation/translate.ru_RU.toml | 2 + web/translation/translate.tr_TR.toml | 2 + web/translation/translate.uk_UA.toml | 2 + web/translation/translate.vi_VN.toml | 2 + web/translation/translate.zh_CN.toml | 2 + web/translation/translate.zh_TW.toml | 2 + 15 files changed, 445 insertions(+), 377 deletions(-) diff --git a/web/html/xui/component/aCustomStatistic.html b/web/html/xui/component/aCustomStatistic.html index a8ede41c..0bff128d 100644 --- a/web/html/xui/component/aCustomStatistic.html +++ b/web/html/xui/component/aCustomStatistic.html @@ -12,6 +12,18 @@ {{end}} {{define "component/aCustomStatistic"}} + + {{template "component/aThemeSwitch" .}} +{{template "component/aCustomStatistic" .}} {{template "component/aPersianDatepicker" .}}