+6
-5
appview/db/profile.go
+6
-5
appview/db/profile.go
············
+5
-4
appview/db/repos.go
+5
-4
appview/db/repos.go
···-err := rows.Scan(&repo.Did, &repo.Name, &repo.Knot, &repo.Rkey, &nullableDescription, &createdAt, &repoStats.StarCount)+err := rows.Scan(&repo.Did, &repo.Name, &repo.Knot, &repo.Rkey, &nullableDescription, &createdAt, &repoStats.StarCount, &nullableSource)···
+3
-3
appview/pages/pages.go
+3
-3
appview/pages/pages.go
···
+8
-2
appview/pages/templates/fragments/star.html
appview/pages/templates/fragments/repoActions.html
+8
-2
appview/pages/templates/fragments/star.html
appview/pages/templates/fragments/repoActions.html
······
+26
-22
appview/pages/templates/layouts/repobase.html
+26
-22
appview/pages/templates/layouts/repobase.html
···-<a class="ml-1 underline" href="/{{ $sourceOwner }}/{{ .RepoInfo.Source.Name }}">{{ $sourceOwner }}/{{ .RepoInfo.Source.Name }}</a>+<a class="ml-1 underline" href="/{{ $sourceOwner }}/{{ .RepoInfo.Source.Name }}">{{ $sourceOwner }}/{{ .RepoInfo.Source.Name }}</a>···
+14
-9
appview/state/repo.go
+14
-9
appview/state/repo.go
············
+2
-2
appview/state/star.go
+2
-2
appview/state/star.go
······