From 0f0e756c37e109143cd28c5bb9d2b413fe36ea53 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 27 Mar 2026 16:32:44 +0200 Subject: [PATCH] feat: ui --- tests/wallets/index.html | 435 ++++++++++++++++++++++++++++++++++----- 1 file changed, 385 insertions(+), 50 deletions(-) diff --git a/tests/wallets/index.html b/tests/wallets/index.html index 97ec16cc9..2120b69c9 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -620,6 +620,20 @@ align-items: end; } + .test-mock-item-action-row { + display: grid; + gap: 12px; + grid-template-columns: minmax(0, 1fr) auto; + align-items: end; + } + + .test-mock-item-pair-row { + display: grid; + gap: 12px; + grid-template-columns: repeat(2, minmax(0, 1fr)); + align-items: end; + } + .test-mock-item-skip { display: flex; align-items: center; @@ -644,12 +658,6 @@ border-left: 1px solid rgba(25, 54, 61, 0.12); } - .test-mock-item-toolbar { - display: flex; - justify-content: flex-end; - margin-bottom: 12px; - } - .test-mock-item-json { min-height: 160px; } @@ -1224,7 +1232,10 @@ } .mock-source-grid, + .test-mock-item-action-row, + .test-mock-item-pair-row, .test-detail-grid, + .test-mock-item-top-row, .test-mock-item-grid, .test-mock-item-columns, .settings-row-grid, @@ -1718,27 +1729,7 @@