feat(search): enhance user search functionality to support Persian digits and user IDs

This commit is contained in:
hamed
2026-08-04 09:53:31 +03:30
parent cf0ca23f82
commit 654c1e8303
4 changed files with 341 additions and 3 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ export default function UsersPage() {
<input
value={searchInput}
onChange={(e) => setSearchInput(e.target.value)}
placeholder="نام، موبایل یا ایمیل..."
placeholder="شماره کاربری، نام، موبایل یا ایمیل..."
/>
</div>
<div style={{ minWidth: 160 }}>