+5
-1
appview/db/pulls.go
+5
-1
appview/db/pulls.go
···
+15
appview/pages/funcmap.go
+15
appview/pages/funcmap.go
······
+34
appview/pages/pages.go
+34
appview/pages/pages.go
···
+2
-2
appview/pages/templates/fragments/editRepoDescription.html
+2
-2
appview/pages/templates/fragments/editRepoDescription.html
···<form hx-put="/{{ .RepoInfo.FullName }}/description" hx-target="this" hx-swap="outerHTML" class="flex flex-wrap gap-2"><button type="button" class="btn p-2 flex items-center gap-2 no-underline text-sm" hx-get="/{{ .RepoInfo.FullName }}/description" >
···<form hx-put="/{{ .RepoInfo.FullName }}/description" hx-target="this" hx-swap="outerHTML" class="flex flex-wrap gap-2"><button type="button" class="btn p-2 flex items-center gap-2 no-underline text-sm" hx-get="/{{ .RepoInfo.FullName }}/description" >
+72
appview/pages/templates/fragments/pullActions.html
+72
appview/pages/templates/fragments/pullActions.html
···
···
+32
appview/pages/templates/fragments/pullNewComment.html
+32
appview/pages/templates/fragments/pullNewComment.html
···
···
+52
appview/pages/templates/fragments/pullResubmit.html
+52
appview/pages/templates/fragments/pullResubmit.html
···
···+hx-get="/{{ .RepoInfo.FullName }}/pulls/{{ .Pull.PullId }}/round/{{ .Pull.LastRoundNumber }}/actions"
+1
-2
appview/pages/templates/fragments/repoDescription.html
+1
-2
appview/pages/templates/fragments/repoDescription.html
+22
-67
appview/pages/templates/repo/pulls/pull.html
+22
-67
appview/pages/templates/repo/pulls/pull.html
······<div class="bg-purple-50 border border-purple-500 rounded drop-shadow-sm px-6 py-2 relative w-fit">······
···+{{ template "fragments/pullActions" (dict "LoggedInUser" $.LoggedInUser "Pull" $.Pull "RepoInfo" $.RepoInfo "RoundNumber" .RoundNumber "MergeCheck" $.MergeCheck) }}···<div class="bg-purple-50 border border-purple-500 rounded drop-shadow-sm px-6 py-2 relative w-fit">······
+124
-39
appview/state/pull.go
+124
-39
appview/state/pull.go
······-resp, err := ksClient.MergeCheck([]byte(pull.LatestPatch()), pull.OwnerDid, f.RepoName, pull.TargetBranch)···············
·········+resp, err := ksClient.MergeCheck([]byte(pull.LatestPatch()), pull.OwnerDid, f.RepoName, pull.TargetBranch)············
+17
-3
appview/state/router.go
+17
-3
appview/state/router.go
···
···