diff --git a/package.json b/package.json index 47e939b..e0f6a3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.31", + "version": "0.3.31-beta", "scripts": { "dev": "vite", "serve": "vite preview", diff --git a/src/main.ts b/src/main.ts index 46e9e70..229497f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -40,9 +40,11 @@ import { faEllipsis, faEllipsisVertical, faEnvelopeOpenText, + faEraser, faEye, faEyeSlash, faFileLines, + faFilter, faFloppyDisk, faFolderOpen, faForward, @@ -55,6 +57,7 @@ import { faHouseChimney, faImagePortrait, faLeftRight, + faLightbulb, faLocationDot, faLongArrowAltLeft, faLongArrowAltRight, @@ -111,9 +114,11 @@ library.add( faEllipsis, faEllipsisVertical, faEnvelopeOpenText, + faEraser, faEye, faEyeSlash, faFileLines, + faFilter, faFloppyDisk, faFolderOpen, faForward, @@ -126,6 +131,7 @@ library.add( faHouseChimney, faImagePortrait, faLeftRight, + faLightbulb, faLocationDot, faLongArrowAltLeft, faLongArrowAltRight, diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index 2414e4e..825d570 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -317,6 +317,7 @@ +

{{ serverUtil.containsHiddenDid(veriClaim) ? "Visible " : "" }}Details @@ -344,7 +345,7 @@ If you'd like to ask any of your contacts to take a look and see if their contacts can see more details, share this page with them @@ -365,7 +366,7 @@ If you'd like an introduction, share this page with them and ask if they'll tell you more about about the participants. Do you agree? - Details + Confirmation Details

@@ -257,10 +257,11 @@ count as confirming it.
- You cannot confirm this because it contains hidden identifiers. + You cannot confirm this because some people are hidden.
+