From dda3685a81e2d327b63a885b12388b150bc54217 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 27 Mar 2026 15:17:25 +0200 Subject: [PATCH] feat: ui --- tests/wallets/index.html | 364 ++++++++++++++++++++++++++++----------- 1 file changed, 260 insertions(+), 104 deletions(-) diff --git a/tests/wallets/index.html b/tests/wallets/index.html index b654a61e0..c0c4b2c53 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -613,6 +613,32 @@ grid-template-columns: repeat(2, minmax(0, 1fr)); } + .test-mock-item-top-row { + display: grid; + gap: 12px; + grid-template-columns: minmax(0, 1fr) auto; + align-items: end; + } + + .test-mock-item-skip { + display: flex; + align-items: center; + min-height: 46px; + } + + .test-mock-item-columns { + display: grid; + gap: 12px; + grid-template-columns: repeat(2, minmax(0, 1fr)); + align-items: start; + } + + .test-mock-item-column { + display: grid; + gap: 12px; + align-content: start; + } + .test-mock-item-json { min-height: 160px; } @@ -1189,6 +1215,8 @@ .mock-source-grid, .test-detail-grid, .test-mock-item-grid, + .test-mock-item-top-row, + .test-mock-item-columns, .settings-row-grid, .settings-table-grid { grid-template-columns: 1fr; @@ -1546,110 +1574,206 @@ > -
- -
+ + +
{{ item.error }} @@ -2067,15 +2191,24 @@