Signed-off-by: Will did:plc:dadhhalkfcq3gucaq25hjqon
+6
Diff
round #4
+6
appview/pages/templates/user/fragments/repoCard.html
+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" }}
History
5 rounds
0 comments
willdot.net
submitted
#4
1 commit
expand
collapse
appview: show fork count on repo cards
Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>
merge conflicts detected
expand
collapse
expand
collapse
- appview/db/repos.go:301
- appview/models/repo.go:97
expand 0 comments
willdot.net
submitted
#3
1 commit
expand
collapse
appview: show fork count on repo cards
Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 0 comments
willdot.net
submitted
#2
1 commit
expand
collapse
appview: show fork count on repo cards
Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 0 comments
willdot.net
submitted
#1
1 commit
expand
collapse
appview: show fork count on repo cards
Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 0 comments
willdot.net
submitted
#0
1 commit
expand
collapse
appview: show fork count on repo cards
Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>