-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 初步完成联系人列表相关逻辑及会话列表逻辑 * feat: 提取输入工具栏为单独组件,添加事件总线 * feat: 完善添加好友,消息已读未读,添加联系人,初步处理创建群组 * feat: 完善创建群聊 * fix: 移除群成员, 添加群成员,发消息,会话选中有误, 右击头像和右击名称一致, 自己不能添加自己为好友 * fix: 修复群成员艾特,群邀请成员禁用, 群已读,新好友申请 * fix: 修复消息未读数 * fix: 处理新消息发送及 ws 新好友 * fix: 优化鉴权请求时机,无 token时清理用户信息缓存 * fix: 新消息已读标记 * fix: 修复未登录页面报错 * fix: 修复会话列表重复加载 * fix: 修复逻辑队列错误 * fix: 修复未读数逻辑问题 * fix: 修复发起聊天时,会话未创建 * fix: 修改会话 pageSize * fix: 修复新消息时会话列表计数显示 * fix: 会话列表第一个会话标记已读
- Loading branch information
Showing
90 changed files
with
4,539 additions
and
1,751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"cSpell.words": ["mallchat", "vueuse", "wechat", "weixin"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.