Mihaela Dumitru
b546d01c2d
fix(prejoin) improve display name handling relative to configs (#13865)
1 year ago
AHMAD KADRI
58115477a2
Improve accessibility in breakout rooms list (#13669)
Improve accessibility in breakout rooms list
1 year ago
Thomas Egebrand Gram
f74b6cd82f
fix (mobile-layout) change "vh" to "dvh" for all layouts (#13840)
* Convert all vh units to dvh; fixing layout for mobile browsers such as Chrome for Android.
1 year ago
Calinteodor
a95eaa6c2e
feat(base/ui): Native buttons UI fixes (#13788)
* feat(base/ui): native buttons UI fixes and improvements
1 year ago
Avram Tudor
974e2a5106
ref: improve handling for room destroyed events (#13591)
* ref: improve handling for room destroyed events
* add missing translation
* code review
* implement kick handling
* implement native handling
* fix tests
* code review changes
* add dialog testId
* fix end conf for react native
* fix lobby test
* add translation for lobby closing
---------
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
1 year ago
Horatiu Muresan
5345a77092
chore(tileview) Add config for disabling tileview (#13692)
- show fixed number of toolbar buttons in toolbar (including custom buttons) instead of sending to overflow menu
1 year ago
Horatiu Muresan
91de33550d
feat(toolbar-buttons) Add optional background color (#13691)
1 year ago
Gabriel Borlea
bb71a4bb7d
fix(input, rn): add deps to input callbacks (#13683)
1 year ago
Hristo Terezov
22eff7fa21
fix(BaseDialog):Update onSubmit for keyDown.
1 year ago
Robert Pintilii
877fbe63c1
fix(dialog) Fix close on backdrop (#13512)
2 years ago
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 years ago
Saúl Ibarra Corretgé
48e1f443ea
fix(password) use the numeric input mode when only digits are required
Fixes: https://github.com/jitsi/brave-tracker/issues/101
2 years ago
Robert Pintilii
b77db024f5
fix(settings-dialog) On mobile open on the correct tab (#13443)
2 years ago
Mihaela Dumitru
cd37cdd675
feat(bwe) support setting the bandwidth from the client (#13335)
* feat(bwe) support setting the bandwidth from the client
2 years ago
Hristo Terezov
bb7ae777b0
feat(unmute/track creation): pending indicator.
2 years ago
Robert Pintilii
2ba6bcf172
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages
Fix new errors
2 years ago
Gabriel Borlea
a112d38943
feat(prejoin) add unsafe room name warning
2 years ago
Robert Pintilii
74bac9806f
fix(virtual-background) Use correct video device (#13329)
In the case when the user selects a new video device then goes to Virtual Background without saving first, use the newly selected device for the virtual background preview instead of the saved one
2 years ago
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 years ago
Hristo Terezov
350443ad34
fix(large-video): Attempt to fix jumping.
When the toolbox is hidden and due to a ReactFocusLock instance the
focus is returned to the toolbox the whole page scrolls to the toolbox
which is positioned outside of the viewport in the bottom.
Then when the animation for displaying the toolbox is started the
scenario looks like the large video is jumping.
Now we don't return the focus from ReactFocusLock to elements which are
not part of the viewport.
2 years ago
Robert Pintilii
0346fca434
fix(checkbox) Fix misalign when label has multiple lines (#13304)
2 years ago
Gabriel Borlea
9fc32dc59b
fix: multiselect for invite people (#13287)
* fix: multiselect duplicates
* set multiselect height to 200px
2 years ago
Robert Pintilii
2af9dc88e6
ref|(TS) Convert some native components to TS (#13239)
2 years ago
Robert Pintilii
007283aab3
chore(deps) Cleanup (#13246)
Remove @atlaskit and styled-components
Upgrade @emotion and @mui packages
Move @types packages to devDeps
2 years ago
Gabriel Borlea
aec86cecc0
ref(invite): add people form (#13207)
2 years ago
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
2 years ago
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
2 years ago
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 years ago
Calinteodor
a828cacbfe
feat(polls): answer and question inputs native updates (#13166)
* feat(polls): fixed scroll inside components and added pointerEvents auto for question and answer inputs
2 years ago
Robert Pintilii
db5e63411f
feat(participants-pane) Design update (#13162)
Move ListItem to base/ui
2 years ago
Robert Pintilii
0bea2926d2
ref(TS) Convert some components to TS (#13142)
2 years ago
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 years ago
Robert Pintilii
46c91b7566
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
2 years ago
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 years ago
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 years ago
Robert Pintilii
d7cad9d560
feat(prejoin) Update design & refactor (#13089)
Update Dial Out Dialog design
Update Country Picker design
Convert some files to TS
Move styles from SCSS to JSS
Replace atlaskit InlineDialog with Popover in CountryPIcker and Prejoin components
2 years ago
Robert Pintilii
3dd9a303c3
ref(abstract-button) Convert to TS (#13093)
2 years ago
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 years ago
Calinteodor
f7e7750cfb
fix(base/ui): Buttons fix for accessibility large text (#13036)
* feat(base/ui): native ui updates
2 years ago
Robert Pintilii
126b0d385f
feat(ui-components) Create Spinner component (#13026)
Replace atlaskit Spinner with the new component
Remove @atlaskit /spinner
2 years ago
Robert Pintilii
8982f17ce1
feat(virtual-background) Move dialog to SettingsDialog tab (#13005)
Implement redesign
2 years ago
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI (#12994)
feat(a11y): use tabs ARIA design pattern when using tabbed UI
2 years ago
Robert Pintilii
0d0bec3aad
feat(device-selection) Separate Devices into Audio and Video in Settings (#12987)
Create separate tabs for Audio and Video in the Settings Dialog
Move some settings from the More tab to Audio/ Video tab
Implement redesign
Convert some files to TS
Move some styles from SCSS to JSS
Enable device selection on welcome page
2 years ago
Emmanuel Pelletier
cfb8589bef
Use focus-visible for some focus styles to fix a11y issues (#12968)
feat(a11y): fix-focus-styles
2 years ago
Robert Pintilii
7b8b911fee
feat(shortcuts) Update dialog (#12993)
Create Shortcuts tab in Settings Dialog
Move keyboard shortcut option from More to this tab
Move shortcuts info from KeyboardShortcuts dialog to this tab
Remove KeyboardShortcuts dialog
2 years ago
Avram Tudor
baf5aa14e8
feat(devices) scroll overflow devices texts on hover (#12974)
2 years ago
Horatiu Muresan
fed74afffe
fix(sound-settings) Disable checkbox for disabled sounds (#12976)
2 years ago
Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard (#12657)
feat(a11y): make (most) UI elements reachable via keyboard
2 years ago
Calinteodor
f8af9c4fae
feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
2 years ago
Horatiu Muresan
9d8e646d4e
fix(lobby) Fix lobby inputs (#12930)
2 years ago