Improve user search and optimize Next.js config
User search in the admin users page now queries the backend instead of filtering on the client, and resets pagination on search. Next.js config adds production compression, removes console logs in production (except error/warn), disables the poweredByHeader, and introduces custom webpack code splitting for better bundle optimization. Updated tsconfig target to ES2020.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"commitHash": "0062aa2",
|
||||
"buildTime": "2025-12-31T05:39:04.712Z"
|
||||
"commitHash": "5f1e294",
|
||||
"buildTime": "2025-12-31T06:44:25.736Z"
|
||||
}
|
||||
Reference in New Issue
Block a user