1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-03 19:29:41 +0200
Authored at:
2026-03-03 17:05:52 +0200
Change ID:
uvwxzkvntluxsywtlwvuxtpuootkxkln
Parent:
bcd986b
M
internal/handlers/repo.go
ยทยทยท 265 265 } 266 266 267 267 // if we got full page of commits, we probably have more. 268 - // NOTE: this has edge case, when last page has git.CommitsPage, "load more would be shown" 268 + // NOTE: this has an edge case, when last page is len(git.CommitsPage), "load more" would be shown 269 269 nextAfter := "" 270 270 if len(commits) == git.CommitsPage && len(commits) > 0 { 271 271 nextAfter = commits[len(commits)-1].HashShort