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 15:02:00 +08:00
2026-03-27 17:59:13 +08:00
2025-12-09 17:36:36 +08:00
2026-04-13 16:24:14 +08:00
2026-04-10 13:50:59 +08:00
2026-04-09 17:48:51 +08:00
2026-04-01 17:17:12 +08:00
2026-04-13 17:56:49 +08:00
2026-04-08 10:31:36 +08:00
2026-04-08 17:27:06 +08:00
2026-03-13 16:41:34 +08:00
2026-04-09 17:48:51 +08:00
2026-01-30 17:18:47 +08:00
2026-01-29 11:36:24 +08:00
2026-03-30 17:39:53 +08:00
2026-04-13 12:24:23 +08:00