+27
-7
appview/pages/pages.go
+27
-7
appview/pages/pages.go
······func (p *Pages) PullCompareBranchesFragment(w io.Writer, params PullCompareBranchesParams) error {+func (p *Pages) PullCompareForkBranchesFragment(w io.Writer, params PullCompareForkBranchesParams) error {
+1
-12
appview/pages/templates/fragments/pullCompareBranches.html
+1
-12
appview/pages/templates/fragments/pullCompareBranches.html
······
+35
appview/pages/templates/fragments/pullCompareForks.html
+35
appview/pages/templates/fragments/pullCompareForks.html
···+class="p-1 border border-gray-200 bg-white dark:bg-gray-700 dark:text-white dark:border-gray-600"
+31
appview/pages/templates/fragments/pullCompareForksBranches.html
+31
appview/pages/templates/fragments/pullCompareForksBranches.html
···+class="p-1 border border-gray-200 bg-white dark:bg-gray-700 dark:text-white dark:border-gray-600"+class="p-1 border border-gray-200 bg-white dark:bg-gray-700 dark:text-white dark:border-gray-600"
+11
-23
appview/pages/templates/fragments/pullPatchUpload.html
+11
-23
appview/pages/templates/fragments/pullPatchUpload.html
···
+41
-7
appview/pages/templates/repo/pulls/new.html
+41
-7
appview/pages/templates/repo/pulls/new.html
···
+3
-6
appview/pages/templates/repo/pulls/pull.html
+3
-6
appview/pages/templates/repo/pulls/pull.html
···<span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">+<a href="/{{ .RepoInfo.FullName }}/tree/{{ .Pull.TargetBranch }}" class="no-underline hover:underline">{{ .Pull.TargetBranch }}</a>-<span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">+<a href="/{{ $owner }}/{{ .PullSourceRepo.Name }}" class="no-underline hover:underline">{{ $owner }}/{{ .PullSourceRepo.Name }}</a><span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">+<a href="/{{ $owner }}/{{ .PullSourceRepo.Name }}/tree/{{ .Pull.PullSource.Branch }}" class="no-underline hover:underline">{{ .Pull.PullSource.Branch }}</a>
+118
-7
appview/state/pull.go
+118
-7
appview/state/pull.go
·········
+2
appview/state/router.go
+2
appview/state/router.go
···