feat: Remove infinite scrolling from tags page and increase tags per page to 500.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user