Add "pagination"

Items per page are just handled by hard offset instead of pages. That's
all we really need

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-08-06 00:17:45 -07:00
parent 3f5bb7959a
commit 4439e14b6b
5 changed files with 45 additions and 8 deletions

View File

@@ -14,6 +14,9 @@ HTTP_DOMAIN=domain.com
# If you host other things on your domain, you may want to update this to be "/bans" or something.
#HTTP_ROOT=/
# The number of results to show per page. Defaults to "100"
#HTTP_RESULTS_PER_PAGE=100
# Static files handler. Defaults to "local"
# Valid values are:
# * local