Skip to content

Commit

Permalink
Merge pull request #11 from AgoraIO-Community/feature/2.9.40-special.1
Browse files Browse the repository at this point in the history
Feature/2.9.40 special.1
  • Loading branch information
FocusOnWrittingBug authored Jul 12, 2024
2 parents 4c12df5 + cd2b987 commit 6b02427
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/runtime-corejs3": "7.13.10",
"agora-common-libs": "2.9.40",
"agora-edu-core": "2.9.42",
"agora-rte-sdk": "2.9.41",
"agora-edu-core": "2.9.44",
"agora-rte-sdk": "2.9.46",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"tslib": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/agora-plugin-gallery
Submodule agora-plugin-gallery updated 34 files
+3 −3 package.json
+579 −0 src/common/im/wrapper/agora-chat-room-item.ts
+433 −0 src/common/im/wrapper/agora-chat-room-manager.ts
+0 −458 src/common/im/wrapper/agora-chat.ts
+88 −3 src/common/im/wrapper/index.ts
+7 −0 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
+30 −24 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
+5 −1 src/gallery/classroom/hx-chat/fcr-chatroom/container/mobile/components/private-dialog/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
+22 −0 src/gallery/classroom/hx-chat/fcr-chatroom/store/room.ts
+77 −6 src/gallery/classroom/hx-chat/fcr-chatroom/store/user.ts
+3 −0 src/gallery/classroom/hx-chat/locales/en_US.js
+3 −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
+5 −5 src/gallery/scene/chatroom/fcr-chatroom/container/desktop/chat/index.tsx
+4 −1 src/gallery/scene/chatroom/fcr-chatroom/i18n/en.ts
+3 −0 src/gallery/scene/chatroom/fcr-chatroom/i18n/zh.ts
+34 −10 src/gallery/scene/chatroom/fcr-chatroom/store/index.ts
+88 −2 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 6b02427

Please sign in to comment.