feat: Remove infinite scrolling from tags page and increase tags per page to 500.

This commit is contained in:
x
2026-01-24 19:52:41 +01:00
parent 89483df993
commit 9d4f47698c
2 changed files with 1 additions and 77 deletions

View File

@@ -1,7 +1,7 @@
import db from "../../inc/sql.mjs";
import cfg from "../../inc/config.mjs";
const TAGS_PER_PAGE = 50;
const TAGS_PER_PAGE = 500;
export default (router, tpl) => {
// API endpoint for lazy loading tags