feat(agents, validation): enhance agent profile and player management with input validation

Added input validation for admin login and player creation forms, ensuring usernames and passwords meet specified criteria. Introduced new components for numeric input handling in agent profile fields, improving user experience. Updated agent line detail and provision wizard to reflect these changes, enhancing overall data integrity and user interaction.
This commit is contained in:
2026-06-14 21:13:21 +08:00
parent 6ea0a6feec
commit 4fe206cb10
14 changed files with 1299 additions and 504 deletions

View File

@@ -2,7 +2,6 @@ const fs = require('fs');
const path = require('path');
const files = [
"reports/report-jobs-panel.tsx",
"risk/risk-pools-console.tsx",
"risk/risk-index-console.tsx",
"admin-roles/admin-roles-console.tsx",