Saúl Ibarra Corretgé
1edf88e744
fix(lint) tame linter
vor 5 Monaten
Wilson Furtado
19b9eac84a
fix(input) fix content overlapping when clearable icon is present
vor 5 Monaten
luzpaz
30595584a3
chore(typos) fix various typos
Found via `codespell -q 3 -S "*.svg,./lang" -L anser,bu,dialin,goup,miliseconds,nd,vew`
vor 6 Monaten
Mihaela Dumitru
94b6808ec6
feat(visitors) add info dialog (#14926)
vor 11 Monaten
Hristo Terezov
0a9f6c2e4d
fix(overflow-menu): disabled buttons styles
vor 1 Jahr
maheichyk
56673f14b5
fix(context-menu) fix double click behaviour if closed with ESC
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net >
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net >
vor 1 Jahr
Mihaela Dumitru
b546d01c2d
fix(prejoin) improve display name handling relative to configs (#13865)
vor 1 Jahr
AHMAD KADRI
58115477a2
Improve accessibility in breakout rooms list (#13669)
Improve accessibility in breakout rooms list
vor 1 Jahr
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 >
vor 1 Jahr
Horatiu Muresan
91de33550d
feat(toolbar-buttons) Add optional background color (#13691)
vor 1 Jahr
Hristo Terezov
22eff7fa21
fix(BaseDialog):Update onSubmit for keyDown.
vor 1 Jahr
Robert Pintilii
877fbe63c1
fix(dialog) Fix close on backdrop (#13512)
vor 2 Jahren
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
vor 2 Jahren
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
vor 2 Jahren
Robert Pintilii
b77db024f5
fix(settings-dialog) On mobile open on the correct tab (#13443)
vor 2 Jahren
Mihaela Dumitru
cd37cdd675
feat(bwe) support setting the bandwidth from the client (#13335)
* feat(bwe) support setting the bandwidth from the client
vor 2 Jahren
Hristo Terezov
bb7ae777b0
feat(unmute/track creation): pending indicator.
vor 2 Jahren
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
vor 2 Jahren
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.
vor 2 Jahren
Robert Pintilii
0346fca434
fix(checkbox) Fix misalign when label has multiple lines (#13304)
vor 2 Jahren
Gabriel Borlea
9fc32dc59b
fix: multiselect for invite people (#13287)
* fix: multiselect duplicates
* set multiselect height to 200px
vor 2 Jahren
Robert Pintilii
007283aab3
chore(deps) Cleanup (#13246)
Remove @atlaskit and styled-components
Upgrade @emotion and @mui packages
Move @types packages to devDeps
vor 2 Jahren
Gabriel Borlea
aec86cecc0
ref(invite): add people form (#13207)
vor 2 Jahren
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
vor 2 Jahren
Robert Pintilii
db5e63411f
feat(participants-pane) Design update (#13162)
Move ListItem to base/ui
vor 2 Jahren
Robert Pintilii
0bea2926d2
ref(TS) Convert some components to TS (#13142)
vor 2 Jahren
Robert Pintilii
46c91b7566
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
vor 2 Jahren
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
vor 2 Jahren
Robert Pintilii
3dd9a303c3
ref(abstract-button) Convert to TS (#13093)
vor 2 Jahren
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
vor 2 Jahren
Robert Pintilii
126b0d385f
feat(ui-components) Create Spinner component (#13026)
Replace atlaskit Spinner with the new component
Remove @atlaskit /spinner
vor 2 Jahren
Robert Pintilii
8982f17ce1
feat(virtual-background) Move dialog to SettingsDialog tab (#13005)
Implement redesign
vor 2 Jahren
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI (#12994)
feat(a11y): use tabs ARIA design pattern when using tabbed UI
vor 2 Jahren
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
vor 2 Jahren
Emmanuel Pelletier
cfb8589bef
Use focus-visible for some focus styles to fix a11y issues (#12968)
feat(a11y): fix-focus-styles
vor 2 Jahren
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
vor 2 Jahren
Avram Tudor
baf5aa14e8
feat(devices) scroll overflow devices texts on hover (#12974)
vor 2 Jahren
Horatiu Muresan
fed74afffe
fix(sound-settings) Disable checkbox for disabled sounds (#12976)
vor 2 Jahren
Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard (#12657)
feat(a11y): make (most) UI elements reachable via keyboard
vor 2 Jahren
Horatiu Muresan
9d8e646d4e
fix(lobby) Fix lobby inputs (#12930)
vor 2 Jahren
Robert Pintilii
ef0168c9ff
ref(dialog) Remove atlaskit dialog (#12925)
vor 2 Jahren
Robert Pintilii
df1a5a25d4
ref(desktop-picker) Replace atlaskit tabs with our component (#12910)
Fixes wrong focus on desktop picker dialog
vor 2 Jahren
Robert Pintilii
c424884201
ref(settings-dialog) Update to use new Dialog component (#12912)
* ref(settings-dialog) Update to use new Dialog component
Created new DialogWithTabs component
Refactored Dialog into Dialog and BaseDialog
Updated dialog functionality on mobile
vor 2 Jahren
Gabriel Borlea
456ce38a10
fix(context-menu): set height for context menu when it does not have enough space at top
vor 2 Jahren
Robert Pintilii
27b8794d8c
feat(video-picker) Redesign (#12902)
Convert some files to TS
Implement redesign
Add Virtual background and Flip video to picker menu
vor 2 Jahren
Robert Pintilii
22ded30b61
feat(audio-menu) Redesign audio picker menu (#12899)
Convert some files to TS
Remove unnecessary files
Implement redesign
Add noise suppression to picker menu
Fix Popover placement on browser resize
vor 2 Jahren
Robert Pintilii
ae7e441e21
fix(context-menu) Minor style fixes (#12874)
vor 2 Jahren
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
vor 2 Jahren
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design (#12844)
vor 2 Jahren
Robert Pintilii
4f34a576d0
feat(polls) Redesign (#12838)
Convert files to TS
Move styles from SCSS to JSS
Implement redesign
vor 2 Jahren