From 3c0f6ce0dee76020db9fad8d965d85c38f06717d Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 18 Dec 2023 19:44:03 +0800 Subject: [PATCH 1/2] Design and uniformity tweaks --- src/views/ClaimView.vue | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index 34b4310..375e349 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -19,9 +19,9 @@
-
+
-

{{ veriClaim.id }}

+

{{ veriClaim.id }}

{{ veriClaim.claimType }} @@ -45,7 +45,7 @@
-

Confirmations

+

Confirmations

Nobody has confirmed this. @@ -136,22 +136,24 @@
-

Claim

-
{{ util.inspect(veriClaim, false, null) }}
+

Claim

+
+        {{ util.inspect(veriClaim, false, null) }}
+      
-

Full Claim

-

+

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 }} -

+

- - + + View on the Public Server -- 2.30.2 From b4b78f6a2c4b924cccd384b67f6222dddf61b5d4 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 18 Dec 2023 19:46:58 +0800 Subject: [PATCH 2/2] Recolored buttons --- src/views/ClaimView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index 375e349..2d13099 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -153,7 +153,7 @@