lafay
a8c78f0c3f
feat: 同步dev分支并保留当前修改
Frontend CI / build-and-push-web (push) Failing after 1m35s
Frontend CI / ota-android (push) Successful in 13m3s
Frontend CI / build-android-apk (push) Successful in 39m23s
2026-03-21 03:22:28 +08:00
lafay
a005fb0a15
feat: add QR code login and enhance chat experience
...
- Add QR code login flow with scanner and confirmation screens
- Implement swipe-to-reply in chat with SwipeableMessageBubble
- Replace FlatList with FlashList for chat performance optimization
- Add Schedule stack navigator with CourseDetail screen support
- Configure deep linking for QR code login (carrotbbs://qrcode/login/:sessionId)
- Update branding from 胡萝卜 to 萝卜社区
- Display dynamic app version in settings
2026-03-20 19:28:42 +08:00
lafay
937e8112f4
fix: 修复安卓端帖子卡片点击事件冲突问题
...
Frontend CI / ota-android (push) Failing after 4m51s
Frontend CI / build-and-push-web (push) Has been cancelled
Frontend CI / build-android-apk (push) Has been cancelled
- 为嵌套TouchableOpacity添加stopPropagation防止事件冒泡
- 修复grid模式下图片和用户头像点击事件
- 修复列表模式下所有交互按钮点击事件
- 优化手势配置添加shouldCancelWhenOutside
2026-03-18 14:21:24 +08:00
b50bd9abb3
修复了课表周数硬编码
2026-03-17 12:29:04 +08:00
582589d252
Merge remote-tracking branch 'origin/master' into feature/adap-pc
2026-03-16 19:27:05 +08:00
cb2087f779
PC端的部分适配
2026-03-16 17:47:10 +08:00
lan
592167e667
feat: 优化图片加载和展示功能
...
- 新增 SmartImage 组件优化图片加载体验
- 新增 ImageGrid 组件支持多图布局展示
- 新增 imageHelper 工具函数
- 优化 PostCard 帖子卡片图片展示
- 优化消息页面 SegmentRenderer
- 优化日程页面 ScheduleScreen
- 优化上传服务 uploadService
2026-03-15 02:25:55 +08:00
lan
be84c01abd
Migrate frontend realtime messaging to SSE.
...
Switch service integrations and screen/store consumers from websocket events to SSE, and ignore generated dist-web artifacts.
Made-with: Cursor
2026-03-10 12:58:23 +08:00
lan
3968660048
Initial frontend repository commit.
...
Include app source and update .gitignore to exclude local release artifacts and signing files.
Made-with: Cursor
2026-03-09 21:29:03 +08:00