Skip to content

Commit

Permalink
Merge pull request #16 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 Oct 15, 2024
2 parents 0b09e32 + ce2fe28 commit f8686e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/agora-classroom-sdk
Submodule agora-classroom-sdk updated 62 files
+25 −0 src/containers/action-sheet/mic-new.tsx
+167 −0 src/containers/all-streams/index.css
+332 −0 src/containers/all-streams/index.tsx
+1 −1 src/containers/board-expand/index.tsx
+28 −1 src/containers/confirm-dialog/confirm-dialog.css
+ src/containers/device-pretest/assets/checked.png
+143 −0 src/containers/device-pretest/index.css
+155 −0 src/containers/device-pretest/index.tsx
+79 −0 src/containers/device-pretest/localVideoPlayer.tsx
+7 −5 src/containers/layout/index.tsx
+44 −0 src/containers/loading/index.css
+33 −15 src/containers/loading/index.tsx
+2 −0 src/containers/screen-share/index.css
+3 −2 src/containers/screen-share/index.tsx
+4 −4 src/containers/stream/player.tsx
+2 −1 src/containers/student-streams/index.tsx
+1 −0 src/containers/teacher-stream/index.tsx
+149 −0 src/containers/top-panel/index.css
+255 −0 src/containers/top-panel/index.tsx
+1 −1 src/containers/vertical-streams/index.tsx
+45 −8 src/containers/widget/fixed-board-tips/index.css
+17 −13 src/containers/widget/fixed-board-tips/index.tsx
+45 −9 src/containers/widget/index.css
+31 −20 src/containers/widget/slots.tsx
+7 −10 src/protocol/board.ts
+3 −1 src/protocol/events.ts
+9 −3 src/scenarios/index.tsx
+115 −34 src/scenarios/scenario/index.css
+86 −44 src/scenarios/scenario/index.tsx
+60 −53 src/translate/en.ts
+8 −1 src/translate/zh.ts
+37 −0 src/ui-kit/components/avatar/helper.ts
+9 −0 src/ui-kit/components/avatar/index.css
+29 −0 src/ui-kit/components/avatar/index.stories.tsx
+25 −0 src/ui-kit/components/avatar/index.tsx
+8 −2 src/ui-kit/components/layout/index.css
+10 −0 src/ui-kit/components/svg-img/paths/all-stream-fold-not.tsx
+10 −0 src/ui-kit/components/svg-img/paths/all-stream-fold.tsx
+6 −0 src/ui-kit/components/svg-img/paths/arrow_back.tsx
+12 −0 src/ui-kit/components/svg-img/paths/break-out-loading.tsx
+12 −0 src/ui-kit/components/svg-img/paths/creama-off.tsx
+11 −0 src/ui-kit/components/svg-img/paths/creama-on.tsx
+10 −0 src/ui-kit/components/svg-img/paths/hands-up-new.tsx
+8 −0 src/ui-kit/components/svg-img/paths/icon_role_type_teacher.tsx
+8 −0 src/ui-kit/components/svg-img/paths/icon_screen_share.tsx
+12 −0 src/ui-kit/components/svg-img/paths/mic-mute.tsx
+11 −0 src/ui-kit/components/svg-img/paths/mic-new.tsx
+12 −0 src/ui-kit/components/svg-img/paths/mic-nomute.tsx
+11 −0 src/ui-kit/components/svg-img/paths/screen-shared.tsx
+9 −0 src/ui-kit/components/svg-img/paths/video-new.tsx
+11 −0 src/ui-kit/components/svg-img/paths/whiteboard-fullscreen-landscape-close.tsx
+11 −0 src/ui-kit/components/svg-img/paths/whiteboard-fullscreen-landscape.tsx
+18 −1 src/ui-kit/components/svg-img/type.ts
+40 −0 src/uistores/board/index.ts
+86 −1 src/uistores/device-setting/index.ts
+2 −2 src/uistores/group/index.ts
+53 −3 src/uistores/hand-up/index.ts
+5 −0 src/uistores/index.ts
+5 −1 src/uistores/layout/index.ts
+64 −1 src/uistores/stream/index.ts
+4 −0 src/uistores/stream/struct.ts
+5 −1 src/uistores/widget/index.ts
2 changes: 1 addition & 1 deletion packages/agora-plugin-gallery

0 comments on commit f8686e8

Please sign in to comment.