Signed-off-by: oppiliappan me@oppi.li
+7
-7
appview/db/reaction.go
+7
-7
appview/db/reaction.go
···
-54
appview/issues/issues.go
-54
appview/issues/issues.go
························
-16
appview/knots/knots.go
-16
appview/knots/knots.go
···
+16
-2
appview/pages/funcmap.go
+16
-2
appview/pages/funcmap.go
············
+4
-16
appview/pages/pages.go
+4
-16
appview/pages/pages.go
················································
+3
-4
appview/pages/templates/knots/dashboard.html
+3
-4
appview/pages/templates/knots/dashboard.html
······
+1
-2
appview/pages/templates/repo/issues/fragments/issueComment.html
+1
-2
appview/pages/templates/repo/issues/fragments/issueComment.html
···
+1
-1
appview/pages/templates/repo/issues/issue.html
+1
-1
appview/pages/templates/repo/issues/issue.html
···-{{ template "repo/issues/fragments/issueComment" (dict "RepoInfo" $.RepoInfo "LoggedInUser" $.LoggedInUser "DidHandleMap" $.DidHandleMap "Issue" $.Issue "Comment" .)}}+{{ template "repo/issues/fragments/issueComment" (dict "RepoInfo" $.RepoInfo "LoggedInUser" $.LoggedInUser "Issue" $.Issue "Comment" .)}}
+1
-2
appview/pages/templates/repo/issues/issues.html
+1
-2
appview/pages/templates/repo/issues/issues.html
+2
-2
appview/pages/templates/repo/pipelines/fragments/pipelineSymbol.html
+2
-2
appview/pages/templates/repo/pipelines/fragments/pipelineSymbol.html
···
+2
-2
appview/pages/templates/repo/pulls/fragments/pullHeader.html
+2
-2
appview/pages/templates/repo/pulls/fragments/pullHeader.html
······
+3
-4
appview/pages/templates/repo/pulls/pull.html
+3
-4
appview/pages/templates/repo/pulls/pull.html
···<div class="rounded drop-shadow-sm bg-white dark:bg-gray-800 p-2 text-gray-500 dark:text-gray-400"><a class="text-gray-500 dark:text-gray-400 hover:text-gray-500" href="#round-#{{ .RoundNumber }}">{{ template "repo/fragments/shortTime" .Created }}</a>···<a class="text-gray-500 dark:text-gray-400 hover:text-gray-500 dark:hover:text-gray-300" href="#comment-{{.ID}}">{{ template "repo/fragments/time" $c.Created }}</a>
+1
-2
appview/pages/templates/repo/pulls/pulls.html
+1
-2
appview/pages/templates/repo/pulls/pulls.html
······
+2
-4
appview/pages/templates/spindles/dashboard.html
+2
-4
appview/pages/templates/spindles/dashboard.html
······-hx-confirm="Are you sure you want to remove {{ index $root.DidHandleMap $member }} from this instance?"
+9
-8
appview/pages/templates/timeline.html
+9
-8
appview/pages/templates/timeline.html
···<div class="pl-6 py-2 bg-white dark:bg-gray-800 text-gray-600 dark:text-gray-300 flex flex-wrap items-center gap-2 text-sm">-<a href="/{{ index $root.DidHandleMap .Did }}/{{ .Name }}"class="no-underline hover:underline"><a href="/{{ $userHandle }}/{{ $repo.Name }}" class="no-underline hover:underline">{{ $repo.Name }}</a>···<div class="pl-6 py-2 bg-white dark:bg-gray-800 text-gray-600 dark:text-gray-300 flex flex-wrap items-center gap-2 text-sm">···<div class="pl-6 py-2 bg-white dark:bg-gray-800 text-gray-600 dark:text-gray-300 flex flex-wrap items-center gap-2 text-sm">
+1
-1
appview/pages/templates/user/fragments/editPins.html
+1
-1
appview/pages/templates/user/fragments/editPins.html
···<input type="checkbox" id="repo-{{$idx}}" name="pinnedRepo{{$idx}}" value="{{.RepoAt}}" {{if .IsPinned}}checked{{end}}>-<span class="flex-shrink-0 overflow-hidden text-ellipsis ">{{ index $.DidHandleMap .Did }}/{{.Name}}</span>
+3
-2
appview/pages/templates/user/fragments/picHandleLink.html
+3
-2
appview/pages/templates/user/fragments/picHandleLink.html
···
+3
-2
appview/pages/templates/user/fragments/repoCard.html
+3
-2
appview/pages/templates/user/fragments/repoCard.html
···-<a href="/{{ index $root.DidHandleMap .Did }}/{{ .Name }}">{{ index $root.DidHandleMap .Did }}/{{ .Name }}</a>
+13
-20
appview/pages/templates/user/profile.html
+13
-20
appview/pages/templates/user/profile.html
·········-<a href="/{{ index $handleMap .Repo.Did }}/{{ .Repo.Name }}" class="no-underline hover:underline">············
-61
appview/pulls/pulls.go
-61
appview/pulls/pulls.go
·····················
-13
appview/spindles/spindles.go
-13
appview/spindles/spindles.go
······
-27
appview/state/profile.go
-27
appview/state/profile.go
············
+2
-31
appview/state/state.go
+2
-31
appview/state/state.go
······