+29
-2
appview/db/issues.go
+29
-2
appview/db/issues.go
······-rows, err := e.Query(`select owner_did, issue_id, created, title, body, open from issues where repo_at = ? order by created desc`, repoAt)···-err := rows.Scan(&issue.OwnerDid, &issue.IssueId, &createdAt, &issue.Title, &issue.Body, &issue.Open)+err := rows.Scan(&issue.OwnerDid, &issue.IssueId, &createdAt, &issue.Title, &issue.Body, &issue.Open, &metadata.CommentCount)···
+1
-1
appview/pages/templates/fragments/star.html
+1
-1
appview/pages/templates/fragments/star.html
···
+11
-11
appview/pages/templates/layouts/repobase.html
+11
-11
appview/pages/templates/layouts/repobase.html
······
+3
-1
appview/pages/templates/repo/index.html
+3
-1
appview/pages/templates/repo/index.html
···
+50
-36
appview/pages/templates/repo/issues/issues.html
+50
-36
appview/pages/templates/repo/issues/issues.html
···+<a href="/{{ $.RepoInfo.FullName }}/issues/{{ .IssueId }}" class="text-gray-400">{{ .Metadata.CommentCount }} comment{{$s}}</a>
+1
-1
appview/pages/templates/repo/log.html
+1
-1
appview/pages/templates/repo/log.html
···
+2
-2
appview/pages/templates/settings.html
+2
-2
appview/pages/templates/settings.html
······
+3
-3
appview/pages/templates/timeline.html
+3
-3
appview/pages/templates/timeline.html
···<a href="/{{ $userHandle }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>······<a href="/{{ $repoOwnerHandle }}/{{ .Star.Repo.Name }}" class="no-underline hover:underline">{{ $repoOwnerHandle }}/{{ .Star.Repo.Name }}</a>
+4
-4
appview/pages/templates/user/profile.html
+4
-4
appview/pages/templates/user/profile.html
······
+31
-14
flake.nix
+31
-14
flake.nix
·········-${pkgs.keyfetch}/bin/keyfetch -repoguard-path ${pkgs.repoguard}/bin/repoguard -log-path /tmp/repoguard.log+${pkgs.keyfetch}/bin/keyfetch -repoguard-path ${pkgs.repoguard}/bin/repoguard -log-path /tmp/repoguard.log
+5
-5
input.css
+5
-5
input.css
···
+12
-6
tailwind.config.js
+12
-6
tailwind.config.js
·········