From c31885d40ef60aa5e484d074307823d0bc052273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 10 Sep 2026 09:21:37 +0300 Subject: [PATCH] =?UTF-8?q?ui:=20move=20chain=20delete=20button=20to=20rig?= =?UTF-8?q?ht,=20use=20=E2=9C=95=20glyph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - C-APDU chain rows: delete button moved after the hex field (matches Expanded Script layout) - Use ✕ uniformly across delete icons (was × in chain rows) SW cache v49. --- frontend/index.html | 2 +- frontend/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c730454..46ffd83 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1223,8 +1223,8 @@ function chainRenderRow(chainId, idx, row) { const hex = chainBuildRowHex(chainId, idx); return '
' + '' + - '' + '' + + '' + '
' + '
' + fieldsHtml + '
'; } diff --git a/frontend/sw.js b/frontend/sw.js index 438465e..56c1176 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v48'; +const CACHE = 'otaman-v49'; const URLS = [ 'index.html', 'help.html',