1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Add pagination for dashboard and user activity feeds (#22937)

Previously only the last few activities where available. This works for
all activity and for activity on a date chosen on the heatmap.
This commit is contained in:
Brecht Van Lommel
2023-02-24 22:15:10 +01:00
committed by GitHub
parent 740a5ecdd9
commit f4920c9c7f
9 changed files with 81 additions and 32 deletions

View File

@ -124,3 +124,5 @@
<div class="ui divider"></div>
</div>
{{end}}
{{template "base/paginate" .}}