+7
-6
appview/db/pulls.go
+7
-6
appview/db/pulls.go
······-`, pull.RepoAt, pull.OwnerDid, pull.PullId, pull.Title, pull.TargetBranch, pull.Body, pull.Patch, pull.Rkey)+insert into pulls (repo_at, owner_did, pull_id, title, target_branch, body, patch, rkey, state)+`, pull.RepoAt, pull.OwnerDid, pull.PullId, pull.Title, pull.TargetBranch, pull.Body, pull.Patch, pull.Rkey, pull.State)···
+7
-2
appview/pages/pages.go
+7
-2
appview/pages/pages.go
···
+1
-1
appview/pages/templates/layouts/repobase.html
+1
-1
appview/pages/templates/layouts/repobase.html
+4
-4
appview/pages/templates/repo/pulls/new.html
+4
-4
appview/pages/templates/repo/pulls/new.html
······
+176
-53
appview/pages/templates/repo/pulls/pull.html
+176
-53
appview/pages/templates/repo/pulls/pull.html
··················+{{ if and (or (eq .LoggedInUser.Did .Pull.OwnerDid) (eq .LoggedInUser.Did .RepoInfo.OwnerDid)) (not .MergeCheck) (not .Pull.State.IsMerged) }}······
+259
-18
appview/state/repo.go
+259
-18
appview/state/repo.go
······+s.pages.HxLocation(w, fmt.Sprintf("/@%s/%s/pulls/%d", f.OwnerHandle(), f.RepoName, pullIdInt))+atResp, err := comatproto.RepoPutRecord(r.Context(), client, &comatproto.RepoPutRecord_Input{+s.pages.HxLocation(w, fmt.Sprintf("/%s/pulls/%d#comment-%d", f.OwnerSlashRepo(), pullIdInt, commentId))
+4
-4
appview/state/router.go
+4
-4
appview/state/router.go
···
+3
-1
input.css
+3
-1
input.css
···