Monorepo for Tangled tangled.org
856
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: display evidences in vouches tab #346

open opened by oppi.li targeting master from op/ryxxuwzqyuuu
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:qfpnj4og54vl56wngdriaxug/sh.tangled.repo.pull/3mlb3um4dir22
+8 -6
Interdiff #0 #1
appview/pages/pages.go

This file has not been changed.

appview/pages/templates/user/fragments/issueEvent.html

This file has not been changed.

+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

This file has not been changed.

appview/pages/templates/user/overview.html

This file has not been changed.

appview/pages/templates/user/vouches.html

This file has not been changed.

appview/state/profile.go

This file has not been changed.

+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 {

History

2 rounds 0 comments
sign up or login to add to the discussion
oppi.li submitted #1
1 commit
expand
appview/pages: display evidences in vouches tab
merge conflicts detected
expand
  • api/tangled/cbor_gen.go:2467
  • api/tangled/graphvouch.go:19
  • lexicons/graph/vouch.json:29
expand 0 comments
oppi.li submitted #0
1 commit
expand
appview/pages: display evidences in vouches tab
expand 0 comments