bagasbanuna
19d3a9a6c7
feat: Refactor super-admin screens to OS_Wrapper pattern
- Create screens/Admin/Super-Admin/ScreenSuperAdmin.tsx
* Migrate from ViewWrapper to OS_Wrapper
* Add usePagination hook for pagination & skeleton loading
* Add AdminBasicBox for card layout (same as user-access)
* Add pull-to-refresh & infinite scroll support
- Create screens/Admin/Super-Admin/ScreenSuperAdminDetail.tsx
* Migrate from ViewWrapper to OS_Wrapper
* Add useAuth hook for user validation
* Add pull-to-refresh support
- Simplify route files:
* app/(application)/admin/super-admin/index.tsx → 4 lines
* app/(application)/admin/super-admin/[id]/index.tsx → 4 lines
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-15 15:02:00 +08:00
..
2026-04-15 08:45:29 +08:00
2026-04-15 11:42:28 +08:00
2026-04-14 16:55:41 +08:00
2026-04-15 10:06:32 +08:00
2026-04-15 14:52:20 +08:00
2026-04-14 12:24:58 +08:00
2026-03-13 16:41:34 +08:00
2026-04-15 15:02:00 +08:00
2026-04-09 17:48:51 +08:00
2026-04-14 17:37:15 +08:00
2026-03-11 11:29:20 +08:00
2026-02-11 17:40:08 +08:00
2026-02-19 14:06:02 +08:00