Signed-off-by: dusk y.bera003.06@protonmail.com
+2
-2
appview/db/artifact.go
+2
-2
appview/db/artifact.go
······
+1
-1
appview/db/collaborators.go
+1
-1
appview/db/collaborators.go
+13
-13
appview/db/db.go
+13
-13
appview/db/db.go
······
+1
-1
appview/db/follow.go
+1
-1
appview/db/follow.go
+7
-7
appview/db/issues.go
+7
-7
appview/db/issues.go
·····················
+1
-1
appview/db/language.go
+1
-1
appview/db/language.go
+62
-14
appview/db/pipeline.go
+62
-14
appview/db/pipeline.go
···············
+1
-1
appview/db/profile.go
+1
-1
appview/db/profile.go
···
+4
-4
appview/db/pulls.go
+4
-4
appview/db/pulls.go
············// Only used when stacking to update contents in the event of a rebase (the interdiff should be empty).
+1
-1
appview/db/punchcard.go
+1
-1
appview/db/punchcard.go
···
+3
-3
appview/db/registration.go
+3
-3
appview/db/registration.go
·········
+2
-2
appview/db/repos.go
+2
-2
appview/db/repos.go
······
+5
-5
appview/db/spindle.go
+5
-5
appview/db/spindle.go
···············
+2
-2
appview/db/star.go
+2
-2
appview/db/star.go
······
+3
-3
appview/db/strings.go
+3
-3
appview/db/strings.go
·········
+1
appview/pages/pages.go
+1
appview/pages/pages.go
+33
-1
appview/pages/templates/repo/pipelines/pipelines.html
+33
-1
appview/pages/templates/repo/pipelines/pipelines.html
·········+class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"+href = "/{{ $.RepoInfo.FullName }}/pipelines?page={{ add $prev.No 1 }}&count={{ $prev.Count }}"+class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"+href = "/{{ $.RepoInfo.FullName }}/pipelines?page={{ add $next.No 1 }}&count={{ $next.Count }}"
+29
-3
appview/pipelines/pipelines.go
+29
-3
appview/pipelines/pipelines.go
······
+1
-1
appview/pipelines/router.go
+1
-1
appview/pipelines/router.go
···