Commit Graph

6 Commits

Author SHA1 Message Date
aa712e3e6f feat: Enhance user management with multi-select, filters, validation, and UI improvements
- Implemented multi-user selection and deletion with confirmation.
- Added filter buttons (All, Not Active, Enable, Disable) with client-side logic.
- Fixed "Select All" checkbox to only affect visible users after filtering.
- Implemented real-time username validation (alphanumeric only).
- Added a disable to prevent submit validation error
- Ensured that select all deselect button, work with filters and sorting
- Improve UI to be more intuitive.
-Improved responsivity buttons in smaller devices
2025-02-18 13:19:11 +03:30
64ed92b4cf Fix UI in users.html when there's no users 2025-02-08 01:11:28 +00:00
af6d01f446 Remove missed JS "debugger;" 2025-02-04 01:22:15 +00:00
ce065dcbb0 Show /users endpoints even if there is no user yet 2025-02-03 19:56:13 +00:00
40a80f7bf3 Change JS in frontend to use API 2025-02-03 00:52:17 +00:00
f44d1f8b3a Add new templates 2025-02-02 22:44:51 +00:00