Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
4 years ago
Calinteodor
c4677be87a
fix(authentication): removed cancel event from overlay effect (#9274)
* fix(authentication) resolved #9263 issue
* fix(authentication) hide dialog close icon
* fix(authentication) fixed lint error about missing prop
4 years ago
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
4 years ago
Mihai-Andrei Uscat
43761fc398
feat(Chat) Improve responsive behaviour further.
* Add buttons to send messages/set nickname.
* Redesign message/nickname inputs.
* Pin messages to the input.
* Add keyboard avoider for Safari.
* Make chat content scrollable on mobile.
4 years ago
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
4 years ago
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
5 years ago
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 years ago
Mihai Uscat
75c836c70c
feat(AddPeopleDialog): Update design; feat(SecurityDialog): Implement
5 years ago
Bettenbuk Zoltan
382ec011eb
ref: reduce device popup bundle size
5 years ago
Bettenbuk Zoltan
ebdcbe122a
Change dialog button property keys
6 years ago
Saúl Ibarra Corretgé
0b6496bf4d
misc: drop dependency on prop-types and polyfill
6 years ago
Saúl Ibarra Corretgé
8ac701ab74
deps: drop @atlaskit/layer-manager dependency
We no longer need it since Rect 16 takes care of passing the context around.
It's also deprecated: https://atlaskit.atlassian.com/packages/core/layer-manager
6 years ago
Bettenbuk Zoltan
22a602768c
[RN] Add branded dialog component
6 years ago
Leonard Kim
72c1fa38be
ref(modal): simplify functional footer passing to remove componentWillUpdate
6 years ago
Leonard Kim
d93782af8a
feat(new-toolbars): initial implementation
7 years ago
Leonard Kim
134ff71c78
feat(modals): use dark theme
7 years ago
Lyubo Marinov
75bf7638b3
ref: define state and property types (2)
7 years ago
Leonard Kim
c2901808ca
fix(button-group): use ButtonGroup from the Button package
That standalone ButtonGroup package has been deprecated.
The deprecation warning says to use the ButtonGroup component
from the Button package.
7 years ago
yanas
e09949be9f
feat(dark-theme): Applies dark theme on inline-dialogs, tooltips, flags and more
7 years ago
Lyubo Marinov
2e2129fa44
Import PropTypes from prop-types
Prepare for React 16.
7 years ago
yanas
f5d443d194
User Picker Implementation
8 years ago
yanas
47b6166d79
fix(StatelessDialog.web): Fixes stealing Enter events
8 years ago
Lyubo Marinov
01b397faef
Fixes a jsdoc/require-description-complete-sentence warning
8 years ago
damencho
8e3dfcf0d0
Handles Enter key to submit dialogs.
If there is no focused node inside the dialog we focus any of the available buttons, submit button is first.
8 years ago
Lyubo Marinov
5a74080839
Comply w/ coding style
8 years ago
hristoterezov
96e83989a5
feat(device_selection): Implement popup
8 years ago
Lyubo Marinov
4dc658c270
Fix 'Missing JSDoc comment require-jsdoc'
8 years ago
yanas
6536f82559
fix(Dialog.web.js): Fixes okDisabled state not taken into account
8 years ago
Leonard Kim
f9585430bb
fix: set a default color for text in modal dialogs
Some atlaskit components, such as field-text, inherit text color.
This is a problem with components that are white as they will
inherit $defaultColor, which is a light gray. So instead, for
the atlaskit modal, set a color for all the form content so it
can be inherited instead.
8 years ago
Leonard Kim
19de32e206
feat: support directly setting dialog title text
Dialog does not currently support displaying dynamic strings
for titles, only static strings listed for translation. Accept
a new prop that explicitly states it is for setting the title
and have the web dialog prefer it over the titleKey.
8 years ago
Leonard Kim
07cd6a8b88
fix: set button font-size for modals
Atlaskit at times will have localized styling for font-size and
sometimes will not. The button component will inherit its
font-size whereas selectors have localized font-size of 14px. For
consistency, the cancel/submit buttons on the atlaskit modals
will also have 14px. The atlaskit story book examples also use
buttons with 14px font-size.
8 years ago
damencho
51f0c8a388
Adds base dialog implementation.
8 years ago