Skip to content

Commit

Permalink
feat: update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanheng committed Jul 12, 2024
1 parent 87dc927 commit e583e3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/agora-plugin-gallery
Submodule agora-plugin-gallery updated 31 files
+3 −3 package.json
+169 −133 src/common/im/wrapper/agora-chat-room-item.ts
+400 −287 src/common/im/wrapper/agora-chat-room-manager.ts
+46 −21 src/common/im/wrapper/index.ts
+4 −1 src/common/im/wrapper/typs.ts
+2 −0 src/common/whiteboard-wrapper/board-room.ts
+2 −0 src/common/whiteboard-wrapper/board-window.ts
+2 −0 src/common/whiteboard-wrapper/type.ts
+3 −3 src/common/whiteboard-wrapper/utils.ts
+1 −1 src/gallery/classroom/hx-chat/fcr-chatroom/container/mobile/components/input/index.tsx
+6 −6 src/gallery/classroom/hx-chat/fcr-chatroom/container/mobile/components/message-list/index.tsx
+34 −13 src/gallery/classroom/hx-chat/fcr-chatroom/store/index.ts
+1 −1 src/gallery/classroom/hx-chat/fcr-chatroom/store/message.ts
+68 −15 src/gallery/classroom/hx-chat/fcr-chatroom/store/user.ts
+1 −0 src/gallery/classroom/hx-chat/locales/en_US.js
+1 −0 src/gallery/classroom/hx-chat/locales/zh_CN.js
+11 −12 src/gallery/classroom/vote/mobile/index.css
+1 −0 src/gallery/classroom/whiteboard/i18n/en/index.ts
+1 −0 src/gallery/classroom/whiteboard/i18n/zh/index.ts
+4 −3 src/gallery/classroom/whiteboard/pagination/index.css
+6 −1 src/gallery/classroom/whiteboard/style.css
+23 −23 src/gallery/classroom/whiteboard/toolbar/hooks.tsx
+1 −1 src/gallery/classroom/whiteboard/toolbar/index.css
+1 −1 src/gallery/scene/chatroom/fcr-chatroom/container/desktop/chat/index.tsx
+2 −1 src/gallery/scene/chatroom/fcr-chatroom/i18n/en.ts
+1 −0 src/gallery/scene/chatroom/fcr-chatroom/i18n/zh.ts
+39 −28 src/gallery/scene/chatroom/fcr-chatroom/store/index.ts
+54 −8 src/gallery/scene/chatroom/fcr-chatroom/store/user.ts
+1 −0 src/gallery/scene/whiteboard/i18n/en/index.ts
+1 −0 src/gallery/scene/whiteboard/i18n/zh/index.ts
+6 −1 src/gallery/scene/whiteboard/style.css

0 comments on commit e583e3d

Please sign in to comment.