Commit 8a31c49
committed
feat: enhance admin management UI and functionality
- Refactor role-permission mapping component to use ChangeDetectionStrategy.OnPush for better performance.
- Update roles component to include loading indicators and improved error handling.
- Revamp user roles management UI with a new layout and enhanced user experience.
- Implement confirmation dialogs for user and role deletions to prevent accidental actions.
- Improve user management interface with better form validation and user feedback.
- Add skeleton loading states for better UX during data fetching.1 parent 6473d35 commit 8a31c49
File tree
25 files changed
+2569
-614
lines changed- frontend
- .github
- src/app
- @core/components
- confirm-dialog
- empty-state
- page-header
- skeleton
- feature/admin
- activity-log
- operations
- pages
- role-permission-mapping
- roles
- user-roles
- users
25 files changed
+2569
-614
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments