expo-popcore-app/app
imeepos bf11241d68 feat: 实现用户名和头像编辑功能
使用 Better Auth 的 updateUser API 更新用户信息,使用 SDK 的 FileController 上传头像。

## 新增功能
- 创建 useUpdateProfile hook 处理用户信息更新
- 支持选择图片上传头像(使用 expo-image-picker)
- 先上传头像到 S3,再更新用户信息

## 更新文件
- lib/auth.ts: 导出 updateUser 方法
- hooks/use-update-profile.ts: 新建更新资料 hook
- hooks/index.ts: 导出 useUpdateProfile
- components/drawer/EditProfileDrawer.tsx:
  - 添加头像选择功能(点击相机按钮)
  - 调用 updateProfile API 保存更改
  - 添加加载状态和禁用状态
  - 更新 onSave 回调参数类型
- app/(tabs)/my.tsx:
  - 传递 initialAvatar 给编辑抽屉
  - 显示用户真实头像(如有)
  - 更新 onSave 回调处理

## 功能流程
1. 点击相机按钮选择图片
2. 调用 uploadFile 上传到 S3
3. 调用 updateUser 更新用户信息
4. 保存成功后刷新 session

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 19:42:13 +08:00
..
(tabs) feat: 实现用户名和头像编辑功能 2026-01-23 19:42:13 +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 feat: 实现 API 接口对接功能 (删除作品、作品搜索、修改密码) 2026-01-23 19:15:24 +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: 实现 API 接口对接功能 (删除作品、作品搜索、修改密码) 2026-01-23 19:15:24 +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: bug 2026-01-21 16:25:26 +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 feat: 实现 API 接口对接功能 (删除作品、作品搜索、修改密码) 2026-01-23 19:15:24 +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 fix: bug 2026-01-21 16:25:26 +08:00