+68
-44
appview/db/repos.go
+68
-44
appview/db/repos.go
···························-err := rows.Scan(&repo.Did, &repo.Name, &repo.Knot, &repo.Rkey, &nullableDescription, &createdAt, &repoStats.StarCount)
+2
appview/pages/funcmap.go
+2
appview/pages/funcmap.go
······
+57
appview/pages/templates/user/fragments/repoCard.html
+57
appview/pages/templates/user/fragments/repoCard.html
···+<a href="/{{ index $root.DidHandleMap .Did }}/{{ .Name }}">{{ index $root.DidHandleMap .Did }}/{{ .Name }}</a>
+2
-44
appview/pages/templates/user/profile.html
+2
-44
appview/pages/templates/user/profile.html
······
+1
-22
appview/pages/templates/user/repos.html
+1
-22
appview/pages/templates/user/repos.html
···
+13
-3
appview/repo/repo.go
+13
-3
appview/repo/repo.go
······
+1
-1
appview/state/knotstream.go
+1
-1
appview/state/knotstream.go
···+if record.Meta == nil || record.Meta.LangBreakdown == nil || record.Meta.LangBreakdown.Inputs == nil {
+9
-2
appview/state/profile.go
+9
-2
appview/state/profile.go
·········