expo-popcore-app/app
imeepos 10ee380051 feat: integrate UI components into Works List with pagination and refresh
- Add useWorksList hook for data fetching with pagination support
- Integrate RefreshControl for pull-to-refresh functionality
- Add LoadingState for initial loading display
- Add ErrorState with retry functionality
- Add PaginationLoader for load more indication
- Update WorksGallery to support refresh control and pagination
- Add comprehensive tests for worksList screen and hook
- Use useMemo for performance optimization

TODO: Replace mock API with actual backend endpoint when available

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 12:15:53 +08:00
..
(tabs) feat: integrate UI components into Video tab 2026-01-21 12:06:46 +08:00
+not-found.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
_layout.tsx feat: 完善认证系统 2026-01-13 16:00:02 +08:00
auth.tsx fix: 登录页面 2026-01-13 15:55:52 +08:00
changePassword.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
channels.tsx feat: 添加测试框架和优化项目结构 2026-01-19 10:53:54 +08:00
generateVideo.test.tsx test: 修复所有单元测试问题并实现100%通过率 2026-01-19 14:59:26 +08:00
generateVideo.tsx fix: bug 2026-01-20 17:21:09 +08:00
generationRecord.test.tsx feat: integrate UI components into Generation Record page with pagination 2026-01-21 12:11:31 +08:00
generationRecord.tsx feat: integrate UI components into Generation Record page with pagination 2026-01-21 12:11:31 +08:00
membership.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
modal.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
privacy.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
searchResults.tsx fix: 修复所有 TypeScript 类型错误 2026-01-16 14:14:05 +08:00
searchTemplate.tsx fix: 修复所有 TypeScript 类型错误 2026-01-16 14:14:05 +08:00
searchWorks.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
searchWorksResults.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
templateDetail.test.tsx test: 修复所有单元测试问题并实现100%通过率 2026-01-19 14:59:26 +08:00
templateDetail.tsx fix: bug 2026-01-20 17:21:09 +08:00
terms.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
worksList.test.tsx feat: integrate UI components into Works List with pagination and refresh 2026-01-21 12:15:53 +08:00
worksList.tsx feat: integrate UI components into Works List with pagination and refresh 2026-01-21 12:15:53 +08:00