From 3c0f6ce0dee76020db9fad8d965d85c38f06717d Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 18 Dec 2023 19:44:03 +0800 Subject: [PATCH] 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 34b43108..375e3492 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