Signed-off-by: oppiliappan me@oppi.li
appview/pages/pages.go
appview/pages/pages.go
This file has not been changed.
appview/pages/templates/user/fragments/issueEvent.html
appview/pages/templates/user/fragments/issueEvent.html
This file has not been changed.
+2
appview/pages/templates/user/fragments/picLink.html
+2
appview/pages/templates/user/fragments/picLink.html
···
59
59
</button>
60
60
{{ end }}
61
61
{{ end }}
62
+
{{ if $vr }}
62
63
<div data-profile-popover
63
64
data-vouch-modal-id="{{ normalizeForHtmlId $did }}"
64
65
class="hidden z-[9999] pt-1 w-80"
···
70
71
</div>
71
72
</div>
72
73
</div>
74
+
{{ end }}
73
75
</div>
74
76
{{ if $vr }}
75
77
{{ if ne $did $vr.ViewerDid }}
appview/pages/templates/user/fragments/pullEvent.html
appview/pages/templates/user/fragments/pullEvent.html
This file has not been changed.
appview/pages/templates/user/overview.html
appview/pages/templates/user/overview.html
This file has not been changed.
appview/pages/templates/user/vouches.html
appview/pages/templates/user/vouches.html
This file has not been changed.
appview/state/profile.go
appview/state/profile.go
This file has not been changed.
+6
-6
appview/state/vouch.go
+6
-6
appview/state/vouch.go
···
164
164
Reason: reasonPtr,
165
165
CreatedAt: createdAt,
166
166
Evidences: func() []string {
167
-
ss := make([]string, len(evidences))
168
-
for i, e := range evidences {
169
-
ss[i] = e.String()
170
-
}
171
-
return ss
172
-
}(),
167
+
ss := make([]string, len(evidences))
168
+
for i, e := range evidences {
169
+
ss[i] = e.String()
170
+
}
171
+
return ss
172
+
}(),
173
173
}},
174
174
})
175
175
if err != nil {