Commit 203af3e
[Bugfix] add participant count to participant list and Composite people pane (#2911)
* add strings to component
* add participant count to composites
* Change files
* Duplicate change files for beta release
* build API files
* update stable api
* Update packages/react-composites CallWithChatComposite browser test snapshots
* update title creation
* fix cc
* add test for large participant count
* Update embed html bundle snapshots
* Update packages/react-composites ChatComposite browser test snapshots
* remove test.only
* create large participant count test
* fix lint
* Update packages/react-composites CallWithChatComposite browser test snapshots
* Update embed html bundle snapshots
* Update packages/react-composites CallComposite browser test snapshots
* fix test participant counts
* fix lint
* Update packages/react-composites CallWithChatComposite browser test snapshots
* Update packages/react-composites CallComposite browser test snapshots
* hide counter if count undefined
* remove async useEffect
* fix lint
* fix API files
* build API files
* Update packages/react-composites CallWithChatComposite browser test snapshots
* Update packages/react-composites ChatComposite browser test snapshots
* Update embed html bundle snapshots
* Update packages/react-composites CallComposite browser test snapshots
* fix stable API
* fix comments
* fix bad name
* fix missing docs
* update string behavior for subtitle
* Update packages/react-composites CallWithChatComposite browser test snapshots
---------
Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 56d459f commit 203af3e
120 files changed
Lines changed: 237 additions & 53 deletions
File tree
- change-beta
- change
- packages
- calling-component-bindings
- review
- beta
- stable
- src
- communication-react
- review
- beta
- stable
- src
- react-components
- review/beta
- src
- components
- localization
- locales
- ar-SA
- cs-CZ
- de-DE
- en-GB
- en-US
- es-ES
- fi-FI
- fr-FR
- he-IL
- it-IT
- ja-JP
- ko-KR
- nb-NO
- nl-NL
- pl-PL
- pt-BR
- ru-RU
- sv-SE
- tr-TR
- zh-CN
- zh-TW
- react-composites
- src/composites
- common
- localization/locales
- ar-SA
- cs-CZ
- de-DE
- en-GB
- en-US
- es-ES
- fi-FI
- fr-FR
- he-IL
- it-IT
- ja-JP
- ko-KR
- nb-NO
- nl-NL
- pl-PL
- pt-BR
- ru-RU
- sv-SE
- tr-TR
- zh-CN
- zh-TW
- tests
- app/call
- browser
- call/hermetic
- snapshots/beta/tests/browser
- callwithchat
- hermetic
- ClosedCaptions.test.ts-snapshots
- OverflowGallery.test.ts-snapshots
- live/CallWithChatComposite.test.ts-snapshots
- call/hermetic
- CallControls.test.ts-snapshots
- ParticipantPane.test.ts-snapshots
- PeoplePane.test.ts-snapshots
- RoomsCallScreen.test.ts-snapshots
- chat/hermetic/CustomDataModel.test.ts-snapshots
- samples/tests/snapshots/beta/StaticHtmlComposites/CompositeJavascriptTest.test.ts-snapshots
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| 132 | + | |
| 133 | + | |
128 | 134 | | |
129 | 135 | | |
130 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
131 | 139 | | |
132 | 140 | | |
133 | 141 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1861 | 1861 | | |
1862 | 1862 | | |
1863 | 1863 | | |
| 1864 | + | |
1864 | 1865 | | |
1865 | 1866 | | |
1866 | 1867 | | |
| |||
3196 | 3197 | | |
3197 | 3198 | | |
3198 | 3199 | | |
| 3200 | + | |
| 3201 | + | |
3199 | 3202 | | |
3200 | 3203 | | |
3201 | 3204 | | |
3202 | 3205 | | |
3203 | 3206 | | |
3204 | 3207 | | |
3205 | 3208 | | |
| 3209 | + | |
3206 | 3210 | | |
3207 | 3211 | | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
| 3216 | + | |
3208 | 3217 | | |
3209 | 3218 | | |
3210 | 3219 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2216 | 2216 | | |
2217 | 2217 | | |
2218 | 2218 | | |
| 2219 | + | |
2219 | 2220 | | |
2220 | 2221 | | |
2221 | 2222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| 621 | + | |
621 | 622 | | |
622 | 623 | | |
623 | 624 | | |
| |||
1618 | 1619 | | |
1619 | 1620 | | |
1620 | 1621 | | |
| 1622 | + | |
| 1623 | + | |
1621 | 1624 | | |
1622 | 1625 | | |
1623 | 1626 | | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
1624 | 1632 | | |
1625 | 1633 | | |
1626 | 1634 | | |
| |||
Lines changed: 48 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
47 | 63 | | |
48 | 64 | | |
49 | 65 | | |
| |||
85 | 101 | | |
86 | 102 | | |
87 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
88 | 110 | | |
89 | 111 | | |
90 | 112 | | |
| |||
190 | 212 | | |
191 | 213 | | |
192 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
193 | 219 | | |
194 | 220 | | |
195 | 221 | | |
196 | 222 | | |
197 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
198 | 226 | | |
199 | 227 | | |
200 | 228 | | |
| |||
209 | 237 | | |
210 | 238 | | |
211 | 239 | | |
212 | | - | |
| 240 | + | |
213 | 241 | | |
214 | 242 | | |
215 | 243 | | |
| |||
230 | 258 | | |
231 | 259 | | |
232 | 260 | | |
233 | | - | |
| 261 | + | |
234 | 262 | | |
235 | 263 | | |
236 | 264 | | |
237 | 265 | | |
238 | 266 | | |
239 | 267 | | |
240 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
241 | 274 | | |
242 | 275 | | |
243 | 276 | | |
244 | 277 | | |
245 | 278 | | |
246 | 279 | | |
247 | 280 | | |
248 | | - | |
| 281 | + | |
249 | 282 | | |
250 | 283 | | |
251 | 284 | | |
| |||
255 | 288 | | |
256 | 289 | | |
257 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
258 | 302 | | |
259 | 303 | | |
260 | 304 | | |
0 commit comments