兰一民 lan
  • Joined on 2025-11-27
lan pushed to master at carrot_bbs/backend 2026-03-24 22:27:59 +08:00
fc0d6ff19d feat(channel): integrate channel functionality into post management
lan pushed to dev at carrot_bbs/frontend 2026-03-24 22:27:38 +08:00
126e204592 refactor(Post, PostMapper, PostRepository, CreatePostScreen, HomeScreen): update communityId to channelId for improved clarity
lan pushed to dev at carrot_bbs/frontend 2026-03-24 15:39:37 +08:00
b49cc0f3bd refactor(TabsLayout, ImageGallery, ChatScreen, GroupInfoScreen, PrivateChatInfoScreen): enhance UI components and improve layout structure
lan pushed to dev at carrot_bbs/frontend 2026-03-24 14:21:38 +08:00
2ddb9cadd8 refactor(App, navigation): migrate to Expo Router and clean up navigation structure
lan pushed to dev at carrot_bbs/frontend 2026-03-24 05:52:31 +08:00
b91e78c921 refactor(PostCard, PostCardGrid, HomeScreen): enhance PostCard component and remove PostCardGrid
lan pushed to dev at carrot_bbs/frontend 2026-03-24 05:21:53 +08:00
f9f4e73747 feat(ProcessPostUseCase, HomeScreen, PostDetailScreen, PostService): implement share count synchronization after post sharing
lan pushed to master at carrot_bbs/backend 2026-03-24 05:21:42 +08:00
15f0f1605e feat(post): implement share recording functionality
lan pushed to master at carrot_bbs/backend 2026-03-24 05:18:37 +08:00
176cd20847 refactor: remove Gorse integration and implement HotRank feature
lan pushed to dev at carrot_bbs/frontend 2026-03-24 05:18:29 +08:00
48339384d2 refactor(ImageGallery, HomeScreen, PostService, UserStore): streamline post type handling and improve tab navigation
lan pushed to master at carrot_bbs/backend 2026-03-24 04:23:29 +08:00
b41567a39a fix(handler): adjust SSE heartbeat interval and cache control header
lan pushed to dev at carrot_bbs/frontend 2026-03-24 04:23:20 +08:00
357c1d4995 refactor(PostCard, PostCard.legacy): remove legacy PostCard component and update exports
lan pushed to dev at carrot_bbs/frontend 2026-03-24 03:03:01 +08:00
82e99d24d8 Remove unnecessary console logs and replace them with void expressions for better performance and cleaner code. Update error logging to use console.error for consistency. This change enhances code readability and reduces console noise during execution.
lan pushed to dev at carrot_bbs/frontend 2026-03-24 01:19:22 +08:00
5c9cb6acea refactor(ProcessPostUseCase, useCursorPagination, useDifferentialPosts): enhance post merging and loading states
lan pushed to dev at carrot_bbs/frontend 2026-03-23 23:39:01 +08:00
aaf53d1c3b refactor(GroupMembersScreen): enhance member list management with remote data source
lan pushed to dev at carrot_bbs/frontend 2026-03-23 23:06:27 +08:00
c98f1917f7 refactor(LocalDataSource, PostRepository, ChatScreen): enhance database handling and message loading
lan pushed to master at carrot_bbs/backend 2026-03-23 14:44:17 +08:00
ab4ee30690 chore(ci): downgrade actions/upload-artifact and actions/download-artifact to version 3 in build workflow
lan pushed to dev at carrot_bbs/frontend 2026-03-23 14:21:29 +08:00
7305254e11 refactor(PostCard, ImageGrid, SmartImage): enhance post editing display and image handling
lan pushed to master at carrot_bbs/backend 2026-03-23 14:08:44 +08:00
081e44c4ff chore(ci, dto): update build workflow and enhance post DTOs
lan pushed to dev at carrot_bbs/frontend 2026-03-23 13:40:56 +08:00
d97df0b2d4 refactor(MessageManager): enhance conversation list handling and integrate local source fallback
lan pushed to dev at carrot_bbs/frontend 2026-03-23 03:58:34 +08:00
26ae288470 refactor: standardize pagination response structure and enhance cursor handling