Hristo Terezov
22eff7fa21
fix(BaseDialog):Update onSubmit for keyDown.
2 лет назад
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
3 лет назад
Robert Pintilii
f5f55c4f23
fix(dialog) Improvements (#12590)
Remove focus outline for the close icon
Increase max height
3 лет назад
robertpin
867c488e10
fix(dialog) Update max height
3 лет назад
Hristo Terezov
04abfe1a3b
feat(dialog): add disableAutoHideOnSubmit prop
Needed for shared video dialog.
3 лет назад
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
3 лет назад
Robert Pintilii
cbb8b5f620
fix(dialog) Fix initial focus (#12509)
Don't focus on the close button if there's another focusable element
3 лет назад
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
3 лет назад
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.
3 лет назад
Robert Pintilii
75d7c4b160
ref(dialog) Update some dialogs' styles (#12467)
3 лет назад
Robert Pintilii
4755f5a031
fix(dialog) Wrap dialog in FocusLock (#12431)
Improve accessibility by not allowing the user to navigate outside the dialog
3 лет назад
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 лет назад
Robert Pintilii
6f209a8139
ref(salesforce) Use new Dialog component (#12400)
3 лет назад
Robert Pintilii
dd6478b3cf
ref(ui-components) Use new Dialog (#12363)
Convert some files to TS
Improve Dialog component
3 лет назад
Robert Pintilii
6423ed8fb5
ref(ui-components) Use new Dialog component (#12351)
Convert some files to TS
3 лет назад
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component (#12306)
Convert some files to TS
3 лет назад
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
3 лет назад
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component (#12260)
3 лет назад