admin-vue3/src
YunaiV dfd5b39a17 feat(im): MessageForwardDialog 接入「创建聊天」分支 + 收尾打磨
- MessageForwardDialog 加 view: 'conversation' | 'contact' 切换:
  - 模板按 view 切 ConversationPickerPanel / FriendPickerPanel;dialog header 用 slot 渲染「← 返回」
  - handleSwitchToContact 切 view + 清留言(避免不可见输入框留言被静默发出)
  - handleCreateGroupAndSend 复用 forwardToTarget(newConversation),merge / single 都按 mode 自动跑
  - 成功 / 失败统一末尾退多选 + 关弹窗,避免源会话遗留多选态
- 顺手清掉 GroupMemberAddDialog / MessageForwardDialog 末尾多余空行

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 16:16:01 +08:00
..
api feat(im): 初始化群申请 v0.3:第四把 review(优化界面,进一步对齐微信界面)【之前提交错了】 2026-05-06 23:57:54 +08:00
assets ♻️ refactor(im): MessageItem 头像顶右 + MentionPicker/MessageInput 命名清理 2026-04-27 21:48:34 +08:00
components feat(mes): 添加生产领料出库单相关功能与接口 2026-02-27 19:04:35 +08:00
config/axios 解决登陆过期后加密接口数据二次加密问题 2026-01-23 11:06:34 +08:00
directives 【代码评审】Bpm:模型列表的优化 2025-01-23 19:40:49 +08:00
hooks feat:增加切换租户的功能 2025-05-05 17:02:48 +08:00
layout 🎨 style(Message): 修复铃铛对齐问题,调整样式为 flex-center 2026-04-19 00:30:34 +08:00
locales feat:新增输入字母数字类型的验证码Verify子组件 2025-07-24 15:30:49 +08:00
plugins feat(form-create): 新增 iframe 和省市区选择器组件 2026-02-08 11:56:18 +08:00
router Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into im 2026-05-01 08:22:54 +08:00
store feat(im): 重构部分老代码。 2026-04-24 22:55:58 +08:00
styles 🐞 fix:@import 修改为 @use 以应对 sass 升级弃用 @import。 2024-10-23 11:01:23 +08:00
types update src/types/descriptions.d.ts. 2024-01-22 01:40:08 +00:00
utils feat(im): 灰条 tip 文案的 mention 段支持点击弹 UserInfoCard 2026-05-07 23:46:50 +08:00
views feat(im): MessageForwardDialog 接入「创建聊天」分支 + 收尾打磨 2026-05-08 16:16:01 +08:00
App.vue 🐞 fix:删除scrollbar__view高度限制 2024-08-25 16:49:26 +08:00
main.ts feat: 代码评审修改 2025-09-04 09:16:29 +08:00
permission.ts fix:刷新令牌过期后,直接访问 /login 会报错的问题,对应 issue:https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/ID9FLI 2025-12-26 20:47:39 +08:00