From de7c35f58706e9df6292d87a805e0362eb7fb3d4865ae8d68b1edcf95314e30c Mon Sep 17 00:00:00 2001 From: AidarKC Date: Sat, 1 Aug 2026 02:52:25 +0400 Subject: [PATCH] =?UTF-8?q?UI:=20=D1=80=D0=B0=D1=81=D1=88=D0=B8=D1=80?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=BF=D0=BB=D0=B8=D1=82=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 2 +- shine-UI/js/pages/channels-list.js | 2 +- shine-UI/styles/components.css | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VERSION.properties b/VERSION.properties index 4a4b53f5..8ecc5fc1 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.4.15 +client.version=1.4.16 server.version=1.4.4 diff --git a/shine-UI/js/pages/channels-list.js b/shine-UI/js/pages/channels-list.js index 514480a8..e0606692 100644 --- a/shine-UI/js/pages/channels-list.js +++ b/shine-UI/js/pages/channels-list.js @@ -1039,7 +1039,7 @@ function renderListContent({ screen, container, listState, navigate, refreshFeed const time = document.createElement('span'); time.className = 'channel-row-time'; - time.textContent = channel.lastMessageAt ? formatRelativeTime(channel.lastMessageAt) : '—'; + time.textContent = channel.lastMessageAt ? formatRelativeTime(channel.lastMessageAt) : ''; const count = document.createElement('span'); count.className = 'unread channel-row-count'; diff --git a/shine-UI/styles/components.css b/shine-UI/styles/components.css index 5a600f16..671c4914 100644 --- a/shine-UI/styles/components.css +++ b/shine-UI/styles/components.css @@ -6998,7 +6998,7 @@ html, body { overflow-x: hidden; } .channels-screen--list .channels-status, .channels-screen--list .channels-empty-state, .channels-screen--list .channels-bottom-action { - margin: 16px 20px; + margin: 16px 8px; } .channels-screen--list .channels-bottom-action { @@ -7025,12 +7025,12 @@ html, body { overflow-x: hidden; } } .channels-screen--list .channel-row { - grid-template-columns: 46px minmax(0, 1fr) auto; + grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; - gap: 10px; - min-height: 56px; - margin: 2px 20px; - padding: 6px 14px; + gap: 16px; + min-height: 78px; + margin: 4px 8px; + padding: 8px 10px; border-radius: 16px; border-color: transparent !important; background: rgba(18, 24, 38, 0.18) !important; @@ -7038,7 +7038,7 @@ html, body { overflow-x: hidden; } } .channels-screen--list .channel-row-main { - gap: 2px; + gap: 3px; } .channels-screen--list .channel-row-message {