Signed-off-by: dusk y.bera003.06@protonmail.com
+3
-3
appview/db/issues.go
+3
-3
appview/db/issues.go
······
+3
-3
appview/db/notifications.go
+3
-3
appview/db/notifications.go
·········
+19
-8
appview/issues/issues.go
+19
-8
appview/issues/issues.go
·········
+1
-1
appview/issues/router.go
+1
-1
appview/issues/router.go
+24
-22
appview/middleware/middleware.go
+24
-22
appview/middleware/middleware.go
···
+4
-3
appview/notifications/notifications.go
+4
-3
appview/notifications/notifications.go
············
+3
-3
appview/pages/pages.go
+3
-3
appview/pages/pages.go
·········
+7
-7
appview/pages/templates/goodfirstissues/index.html
+7
-7
appview/pages/templates/goodfirstissues/index.html
···class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"···class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"
+6
-7
appview/pages/templates/notifications/list.html
+6
-7
appview/pages/templates/notifications/list.html
···class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"···class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"
+6
-6
appview/pages/templates/repo/issues/issues.html
+6
-6
appview/pages/templates/repo/issues/issues.html
···class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"-href = "/{{ $.RepoInfo.FullName }}/issues?state={{ $currentState }}&offset={{ $prev.Offset }}&limit={{ $prev.Limit }}"+href = "/{{ $.RepoInfo.FullName }}/issues?state={{ $currentState }}&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 }}/issues?state={{ $currentState }}&offset={{ $next.Offset }}&limit={{ $next.Limit }}"+href = "/{{ $.RepoInfo.FullName }}/issues?state={{ $currentState }}&page={{ add $next.No 1 }}&count={{ $next.Count }}"
+61
-13
appview/pagination/page.go
+61
-13
appview/pagination/page.go
···
+1
-1
appview/repo/feed.go
+1
-1
appview/repo/feed.go
+9
-6
appview/state/gfi.go
+9
-6
appview/state/gfi.go
···goodFirstIssueLabel := fmt.Sprintf("at://%s/%s/%s", consts.TangledDid, tangled.LabelDefinitionNSID, "good-first-issue")············