Mihaela Dumitru
b546d01c2d
fix(prejoin) improve display name handling relative to configs (#13865)
1 vuosi sitten
Calin-Teodor
891278d0b3
feat(display-name): fixed display name label
1 vuosi sitten
Robert Pintilii
961a9236fd
ref: remove some Abstract components (#13553)
1 vuosi sitten
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 vuotta sitten
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
2 vuotta sitten
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS (#13331)
Upgrade typescript related packages
Fix new errors and warnings
2 vuotta sitten
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 vuotta sitten
Robert Pintilii
2af9dc88e6
ref|(TS) Convert some native components to TS (#13239)
2 vuotta sitten
Robert Pintilii
0bea2926d2
ref(TS) Convert some components to TS (#13142)
2 vuotta sitten
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 vuotta sitten
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 vuotta sitten
Robert Pintilii
1bf0bd6bca
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
2 vuotta sitten
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 vuotta sitten
Calin-Teodor
7c17d80ae8
feat(filmstrip): thumnail indicators ui updates
2 vuotta sitten
Robert Pintilii
00780929e5
feat(tooltip) Create and move to our component (#13061)
Create Tooltip component
Fix Popover positioning calculations
Add margins to popover
Remove @atlaskit /tooltip
Update all components to use the new Tooltip component
Added tooltip actions and reducers for the following functionality: when a user hovers over an element is sees the tooltip for that element and then hovers another element that has a tooltip, instead of using the delay and animations we just unmount the current tooltip and mount the next one immediately
2 vuotta sitten
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 vuotta sitten
Robert Pintilii
643cc2db81
ref(TS) Convert some features to TS (#12591)
2 vuotta sitten
Joseph Garrone
4ef4e45ee4
fix(styles) Remove Theme type annotation (#12544)
* tss-react doesn't need a type anotation for the Theme
* Update tss-react to 4.4.4
2 vuotta sitten
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 vuotta sitten
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 vuotta sitten
Robert Pintilii
440339dea8
ref(display-name) Change to function component (#12402)
Use makeStyles instead of withStyles
2 vuotta sitten
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2 vuotta sitten
Robert Pintilii
b858496adb
ref(ui-components) Use new Dialog component (#12349)
Convert some files to TS
Refactor MuteEveryone and MuteEveryonesVideo dialogs. Move shared code to abstract components. Remove unnecessary code
2 vuotta sitten
Saúl Ibarra Corretgé
4857664f15
fix(rn,display-name) fix displaying for virtual SS
2 vuotta sitten
Robert Pintilii
be25ad855f
ref(TS) Convert some files to TS (#12307)
2 vuotta sitten
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants (#12316)
2 vuotta sitten
Robert Pintilii
f4f8808d95
ref(ui-components) Update some dialogs to use the new component (#12288)
Improve Dialog component to auto close on cancel or on submit
Change logic to determine whether a dialog is using the new component
Convert some files to TS
2 vuotta sitten
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
2 vuotta sitten
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 vuotta sitten
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2 vuotta sitten
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 vuotta sitten
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 vuotta sitten
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 vuotta sitten
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2 vuotta sitten
Robert Pintilii
43578474a0
ref: Convert base/participants to TS (#11978)
Remove unnecessary ts-ignores
2 vuotta sitten
Robert Pintilii
5b34068435
ref(ui-components) Use new input component (#11965)
2 vuotta sitten
Robert Pintilii
718d32990d
feat(theme) Add TS interface for Theme (#11877)
Update typography Tokens
Use new Theme interface
2 vuotta sitten
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
2 vuotta sitten
luzpaz
c7f96de787
fix(misc) fix typos
Found via `codespell -q 3 -S ./lang -L miliseconds`
2 vuotta sitten
robertpin
0abefa87aa
ref(stage-filmstrip) Refactor as new layout
Fixes screensharing selection issues. Now when there’s a screen share we just use the old VERTICAL_FILMSTRIP_VIEW layout
Add THUMBAIL_TYPE to determine how to display thumbnails
3 vuotta sitten
William Liang
4a375aa2a4
fix(multi-stream) update screenshare display name (#11376)
3 vuotta sitten
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
3 vuotta sitten
Robert Pintilii
c4db12cbd6
feat(stage) Add stage filmstrip (multiple participants on stage) (#11145)
See multiple participants on stage
Pin and unpin to stage
Automatic selection of participants to be displayed on the stage filmstrip based on dominant speaker changes
Make Filmstrip a reusable component. Used by MainFilmstrip (old functionality) and the new StageFilmstrip
Rename DominantSpeakerName to StageParticipantNameLabel
Active border now showed only for the dominant speaker (no longer for the pinned participant)
Hide video from the vertical filmstrip for the participants on stage
Update video constraints
Updated pinned indicator
3 vuotta sitten
Hristo Terezov
9ffb3eddb0
fix(shared-video): Can't click controls issue
The Dominant speaker name badge was overlaping the shared video
controls (audio level, play/pause, etc).
3 vuotta sitten
Calin Chitu
371f3ee199
feat(display-name) remove DisplayNameLabel web
3 vuotta sitten
Robert Pintilii
2863b05f37
fix(dominant-label) Fix dominant speaker stage view label (#11071)
Move label to LargeVideo so that's it's centred in the view instead of the whole screen
Move vertical filmstrip max width calculation to a function and use it to set the large video width
3 vuotta sitten
Robert Pintilii
fde33b72d0
fix(thumbnails, rn) Hide empty indicators container on native (#11019)
3 vuotta sitten
Calin Chitu
34d8843a35
fix(mobile-ui) ui fixes
3 vuotta sitten
Saúl Ibarra Corretgé
0826ec16c2
fix(rn,display-name) don't show display name for local user
In large view. This aligns the behavior with the web.
3 vuotta sitten
Robert Pintilii
59065d10f8
feat(thumbnails, rn) Native thumbnails redesign (#10954)
3 vuotta sitten