From 69f8b62161b5155eb792b82ff8e4f2210768a9b5 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:17:41 +0300 Subject: [PATCH] [Rework] Refactor element visibility control to use Bootstrap classes Replace inline styles and mixed jQuery methods with consistent helper functions and `d-none` class for better maintainability and performance. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: moisseev <2275981+moisseev@users.noreply.github.com> --- interface/index.html | 14 ++++++------ interface/js/app/common.js | 44 +++++++++++++++++++++++++++++++++++++ interface/js/app/config.js | 8 +++---- interface/js/app/history.js | 6 ++--- interface/js/app/libft.js | 2 +- interface/js/app/rspamd.js | 26 +++++++++++----------- interface/js/app/stats.js | 5 +++-- interface/js/app/upload.js | 12 +++++----- 8 files changed, 81 insertions(+), 36 deletions(-) diff --git a/interface/index.html b/interface/index.html index 165eae200b..1cd49203e1 100644 --- a/interface/index.html +++ b/interface/index.html @@ -48,8 +48,8 @@