From 57a99b478a8524d96d82f500f05a3e00dfe791a24a42ab4da4c7295a144efc8a Mon Sep 17 00:00:00 2001 From: AidarKC Date: Fri, 7 Aug 2026 15:15:56 +0400 Subject: [PATCH] =?UTF-8?q?UI:=20=D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=B0=20=D0=B8=20=D0=BE=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 2 +- .../components/arweave-attachment-manager.js | 20 +++++++---- shine-UI/js/pages/add-channel-view.js | 33 +++++++++++-------- shine-UI/styles/components.css | 32 +++++++++++++++--- 4 files changed, 61 insertions(+), 26 deletions(-) diff --git a/VERSION.properties b/VERSION.properties index a79938b7..64d6dd3f 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.5.3 +client.version=1.5.4 server.version=1.4.5 diff --git a/shine-UI/js/components/arweave-attachment-manager.js b/shine-UI/js/components/arweave-attachment-manager.js index 244601c2..c22207ed 100644 --- a/shine-UI/js/components/arweave-attachment-manager.js +++ b/shine-UI/js/components/arweave-attachment-manager.js @@ -314,6 +314,9 @@ export function openArweaveAttachmentManager({ let balanceInfo = null; let autoOpenedFileDialog = false; const isAvatarMode = String(mode || '') === 'avatar'; + if (isAvatarMode && !String(uploadTransport || '').trim()) { + selectedUploadTransport = 'turbo'; + } const historyPurposeMode = String(historyPurpose || '').trim(); const purposeFilter = isAvatarMode || historyPurposeMode === 'avatar' ? 'avatar' : 'attachment'; const selectedTxIdSet = new Set((Array.isArray(selectedTxIds) ? selectedTxIds : []).map((item) => String(item || '').trim()).filter(Boolean)); @@ -592,8 +595,8 @@ export function openArweaveAttachmentManager({
- ${isAvatarMode ? '' : ''} - ${isAvatarMode ? '' : ''} + +
${turboMode ? ` @@ -860,12 +863,14 @@ export function openArweaveAttachmentManager({ root.innerHTML = `