Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard (#12657)
feat(a11y): make (most) UI elements reachable via keyboard
2 gadus atpakaļ
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 gadus atpakaļ
Horatiu Muresan
507d883503
fix(dialog) Make sure dialog fits in the available height (#12803)
2 gadus atpakaļ
Robert Pintilii
51bdf67cf2
fix(dialog) Fix Dialog on mobile (#12650)
Use JitsiPortal on mobile
2 gadus atpakaļ
Robert Pintilii
f5f55c4f23
fix(dialog) Improvements (#12590)
Remove focus outline for the close icon
Increase max height
2 gadus atpakaļ
robertpin
867c488e10
fix(dialog) Update max height
2 gadus atpakaļ
Hristo Terezov
04abfe1a3b
feat(dialog): add disableAutoHideOnSubmit prop
Needed for shared video dialog.
2 gadus atpakaļ
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 gadus atpakaļ
Robert Pintilii
cbb8b5f620
fix(dialog) Fix initial focus (#12509)
Don't focus on the close button if there's another focusable element
2 gadus atpakaļ
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 gadus atpakaļ
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 gadus atpakaļ
Robert Pintilii
75d7c4b160
ref(dialog) Update some dialogs' styles (#12467)
3 gadus atpakaļ
Robert Pintilii
4755f5a031
fix(dialog) Wrap dialog in FocusLock (#12431)
Improve accessibility by not allowing the user to navigate outside the dialog
3 gadus atpakaļ
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
3 gadus atpakaļ
Robert Pintilii
6f209a8139
ref(salesforce) Use new Dialog component (#12400)
3 gadus atpakaļ
Robert Pintilii
dd6478b3cf
ref(ui-components) Use new Dialog (#12363)
Convert some files to TS
Improve Dialog component
3 gadus atpakaļ
Robert Pintilii
6423ed8fb5
ref(ui-components) Use new Dialog component (#12351)
Convert some files to TS
3 gadus atpakaļ
Robert Pintilii
25bd824621
ref(ui-components) Use new Dialog component (#12306)
Convert some files to TS
3 gadus atpakaļ
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 gadus atpakaļ
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component (#12260)
3 gadus atpakaļ