From 271cf2a880e18ec615f98d32af9a5b0dc6b1f5bf Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:36:24 +0300 Subject: [PATCH] update icons --- customize.dist/loading.js | 6 +++--- www/common/common-icons.js | 5 ++++- www/common/diffMarked.js | 8 ++++---- www/common/media-tag.js | 4 ++-- www/form/inner.js | 4 ++-- www/poll/inner.js | 4 ++-- www/profile/inner.js | 8 ++++---- www/todo/inner.js | 18 +++++++++++------- 8 files changed, 32 insertions(+), 25 deletions(-) diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 394fb5128..ae58549a6 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -36,14 +36,14 @@ define([ var c = types.indexOf(data.type); current = c; var getLi = function (i) { - var check = (i < c || (i === c && data.progress >= 100)) ? 'fa-check-square-o' - : 'fa-square-o'; + var check = (i < c || (i === c && data.progress >= 100)) ? 'square-check' + : 'square'; var percentStr = ''; if (i === c) { var p = Math.min(Math.floor(data.progress), 100); percentStr = '('+p+'%)'; } - return '
  • '+Messages['loading_state_'+i]+'' + percentStr; + return '
  • '+Messages['loading_state_'+i]+'' + percentStr; }; var list = '