Mihaela Dumitru
b546d01c2d
fix(prejoin) improve display name handling relative to configs (#13865)
1年前
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年前
Hristo Terezov
22eff7fa21
fix(BaseDialog):Update onSubmit for keyDown.
1年前
Robert Pintilii
877fbe63c1
fix(dialog) Fix close on backdrop (#13512)
2 年前
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 年前
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 年前
Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard (#12657)
feat(a11y): make (most) UI elements reachable via keyboard
2 年前
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
2 年前
Horatiu Muresan
507d883503
fix(dialog) Make sure dialog fits in the available height (#12803)
2 年前
Robert Pintilii
51bdf67cf2
fix(dialog) Fix Dialog on mobile (#12650)
Use JitsiPortal on mobile
2 年前
Robert Pintilii
f5f55c4f23
fix(dialog) Improvements (#12590)
Remove focus outline for the close icon
Increase max height
2 年前
robertpin
867c488e10
fix(dialog) Update max height
2 年前
Hristo Terezov
04abfe1a3b
feat(dialog): add disableAutoHideOnSubmit prop
Needed for shared video dialog.
2 年前
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 年前
Robert Pintilii
cbb8b5f620
fix(dialog) Fix initial focus (#12509)
Don't focus on the close button if there's another focusable element
2 年前
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 年前
Saúl Ibarra Corretgé
eb59949dfa
fix(dialog,web) fix opening dialogs in succession
If onSubmit opens a new dialog, we'd be hiding it otherwise.
2 年前
Robert Pintilii
75d7c4b160
ref(dialog) Update some dialogs' styles (#12467)
2 年前
Robert Pintilii
4755f5a031
fix(dialog) Wrap dialog in FocusLock (#12431)
Improve accessibility by not allowing the user to navigate outside the dialog
2 年前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 年前
Robert Pintilii
6f209a8139
ref(salesforce) Use new Dialog component (#12400)
2 年前
Robert Pintilii
dd6478b3cf
ref(ui-components) Use new Dialog (#12363)
Convert some files to TS
Improve Dialog component
2 年前
Robert Pintilii
6423ed8fb5
ref(ui-components) Use new Dialog component (#12351)
Convert some files to TS
2 年前
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component (#12306)
Convert some files to TS
2 年前
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 年前
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component (#12260)
2 年前