]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Rework] Refactor element visibility control to use Bootstrap classes 5675/head
authorCopilot <198982749+Copilot@users.noreply.github.com>
Fri, 10 Oct 2025 17:17:41 +0000 (20:17 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 17:17:41 +0000 (20:17 +0300)
commit69f8b62161b5155eb792b82ff8e4f2210768a9b5
tree162684fb3f1fe935914240a85bb12ff6e325c2c5
parent7b480a96130745eb5b8ab234315e4e7d4ceb31eb
[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
interface/js/app/common.js
interface/js/app/config.js
interface/js/app/history.js
interface/js/app/libft.js
interface/js/app/rspamd.js
interface/js/app/stats.js
interface/js/app/upload.js