From bc8c7f318b01b271ff0c21b39d71be666ab4f5069756890e081fda684859c2dd Mon Sep 17 00:00:00 2001 From: peradas Date: Sat, 22 Aug 2026 11:28:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20UI-=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=BA=D1=80=D1=83=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shine-UI/index.html | 2 +- shine-UI/js/app.js | 25 ++- .../js/components/scroll-to-bottom-button.js | 3 + shine-UI/js/pages/channel-thread-view.js | 4 - shine-UI/js/pages/channel-view.js | 3 - shine-UI/js/pages/chat-view.js | 6 - shine-UI/js/pages/notifications-view.js | 46 ++++- shine-UI/styles/buttons-white.css | 165 ++++++++++++++++++ shine-UI/styles/components.css | 58 +++++- 9 files changed, 286 insertions(+), 26 deletions(-) create mode 100644 shine-UI/styles/buttons-white.css diff --git a/shine-UI/index.html b/shine-UI/index.html index db4c53ad..94c9d7b4 100644 --- a/shine-UI/index.html +++ b/shine-UI/index.html @@ -18,7 +18,7 @@ window.__SHINE_BUILD_HASH__ = '20260819190000';