From 7b73e9f51da98de1bf864ad0270742066ef3bd22 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 4 Jan 2025 14:55:20 -0700 Subject: [PATCH] move extended details under details section in ClaimView, and make that section more similar to ConfirmGiftView --- src/views/ClaimView.vue | 77 +++++++++++++++++++---------------- src/views/ConfirmGiftView.vue | 6 +-- 2 files changed, 44 insertions(+), 39 deletions(-) diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index 9a206d1..9532581 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -345,8 +345,15 @@ -
-

Details

+

+ Details + + +

+
- Details - - -
{{ veriClaimDump }}
-
-

Full Claim

-

- The full claim includes the claim as it was originally issued, including - the signature (ie. the proof of issuance by that person). -

-
-

- {{ fullClaimMessage }} +

Full Claim

+

+ The full claim includes the claim as it was originally issued, including + the signature (ie. the proof of issuance by that person).

- -
-
-
{{ fullClaimDump }}
+

+ {{ fullClaimMessage }} +

+ +
+
+
{{ fullClaimDump }}
+
+ + + + + View on the Public Server +
- - - View on the Public Server - diff --git a/src/views/ConfirmGiftView.vue b/src/views/ConfirmGiftView.vue index d515221..e9df052 100644 --- a/src/views/ConfirmGiftView.vue +++ b/src/views/ConfirmGiftView.vue @@ -256,12 +256,12 @@

Details - - + +