feat: enhance tenant management with pagination and sorting options

- Updated the SuperAdminTenantManager component to support pagination and sorting of tenant data.
- Introduced new parameters for fetching tenants, including page, limit, status, sortBy, and sortDir.
- Enhanced the UI to allow users to filter tenants by status and sort by name or creation date.
- Updated localization files to include new strings for tenant filtering and pagination.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-12-04 15:54:47 +08:00
parent 9fb7f5525f
commit e8550cee42
19 changed files with 251 additions and 30 deletions

View File

@@ -45,3 +45,5 @@ SELECT * FROM drizzle.__drizzle_migrations WHERE id = 7;
*/