Commit 28f11bb
authored
Optimize user management interface for mobile devices with PWA support (#775)
### Summary & Motivation
This change transforms the user management interface into a mobile-first
experience with Progressive Web App (PWA) capabilities. The changes
ensure that the application feels native on mobile devices while
maintaining full functionality.
Changes include:
- Added PWA manifest and service worker for installable app experience
- Implemented full-screen dialogs and modals on mobile devices
- Added infinite scroll for user lists on mobile with optimized
performance
- Integrated iOS-specific optimizations:
- Dynamic Island support
- Safe area handling for notched devices
- Viewport fit adjustments
- Enhanced touch interactions with axis locking for smooth scrolling
- Converted table layouts to responsive cards on mobile
- Fixed mobile menu overlays and navigation
- Added keyboard navigation support for accessibility
- Optimized avatar upload and image handling for mobile
- Improved form layouts and input fields for touch devices
- Added "Add to Home Screen" prompt component
- Implemented responsive breakpoints throughout the UI
- Enhanced modal positioning to respect safe areas
- Added mobile-specific scroll behavior improvements
- Optimized button sizes and touch targets for mobile
- Fixed dropdown and select components for mobile viewports
- Added proper viewport meta tags for mobile optimization
- Improved loading states and animations for mobile performance
The motivation is to provide administrators with a seamless experience
when managing users on mobile devices, whether accessing through a
browser or as an installed PWA. This enables on-the-go administration
without compromising functionality or user experience.
### Checklist
- [x] I have added tests, or done manual regression tests
- [x] I have updated the documentation, if necessaryFile tree
40 files changed
+2180
-839
lines changed- application
- AppGateway
- account-management/WebApp
- federated-modules
- common
- sideMenu
- public
- routes
- admin
- account
- -components
- users
- -components
- -hooks
- back-office/WebApp
- public
- routes
- back-office
40 files changed
+2180
-839
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 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 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
14 | 58 | | |
15 | 59 | | |
16 | 60 | | |
| |||
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
18 | 32 | | |
19 | 33 | | |
20 | 34 | | |
| |||
52 | 66 | | |
53 | 67 | | |
54 | 68 | | |
| 69 | + | |
| 70 | + | |
55 | 71 | | |
56 | 72 | | |
57 | 73 | | |
| |||
109 | 125 | | |
110 | 126 | | |
111 | 127 | | |
| 128 | + | |
| 129 | + | |
112 | 130 | | |
113 | 131 | | |
114 | 132 | | |
| |||
157 | 175 | | |
158 | 176 | | |
159 | 177 | | |
160 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
161 | 183 | | |
162 | 184 | | |
163 | 185 | | |
| |||
0 commit comments