115e9c49a2
feat: Complete Admin Phase 4 Forum screens migration + add PADDING_INLINE
...
- Migrate 6 admin forum screens to OS_Wrapper (posting list, report lists, detail reports)
- Add contentPadding={PADDING_INLINE} to all 6 forum screens for consistent spacing
- Disable margin style in renderItem for list comment and detail report screens (temporarily commented out)
- Update TASK-005 with Admin Phase 4 completion status
- Total: 167 files migrated (~94% complete)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-04-15 10:06:32 +08:00
32a42d1b60
Fix UI Admin
...
User & Image
- app/(application)/(image)/take-picture/[id]/index.tsx
- app/(application)/(user)/home.tsx
Admin – Forum
- app/(application)/admin/forum/[id]/index.tsx
- app/(application)/admin/forum/[id]/list-comment.tsx
- app/(application)/admin/forum/[id]/list-report-comment.tsx
Admin Screens – Forum
- screens/Admin/Forum/ScreenForumDetailReportPosting.tsx
- screens/Admin/Forum/ScreenForumReportComment.tsx
- screens/Admin/Forum/ScreenForumReportPosting.tsx
New Admin Screens – Forum
- screens/Admin/Forum/ScreenForumDetailReportComment.tsx
- screens/Admin/Forum/ScreenForumListComment.tsx
Home
- screens/Home/bottomFeatureSection.tsx
Service
- service/api-admin/api-admin-forum.ts
Docs
- docs/prompt-for-qwen-code.md
### No Issue
2026-02-20 16:48:26 +08:00
107d4312e1
Fixed UI Admin
...
Admin Forum Pages
- app/(application)/admin/forum/[id]/list-report-posting.tsx
- app/(application)/admin/forum/posting.tsx
- app/(application)/admin/forum/report-comment.tsx
- app/(application)/admin/forum/report-posting.tsx
Admin Forum Service
- service/api-admin/api-admin-forum.ts
Docs
- docs/prompt-for-qwen-code.md
New Admin Screens
- screens/Admin/Forum/
### No Issue
2026-02-19 16:40:35 +08:00