Monorepo for Tangled
0
fork

Configure Feed

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

appview: show fork count on repo cards

Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>

+6
+6
appview/pages/templates/user/fragments/repoCard.html
··· 65 65 <span>{{ . }}</span> 66 66 </div> 67 67 {{ end }} 68 + {{ with .ForkCount }} 69 + <div class="flex gap-1 items-center text-sm"> 70 + {{ i "git-fork" "w-3 h-3 fill-current" }} 71 + <span>{{ . }}</span> 72 + </div> 73 + {{ end }} 68 74 {{ with .IssueCount.Open }} 69 75 <div class="flex gap-1 items-center text-sm"> 70 76 {{ i "circle-dot" "w-3 h-3" }}