robertpin
601ee219e7
feat(reactions) Added Reactions (#9465)
* Created desktop reactions menu
Moved raise hand functionality to reactions menu
* Added reactions to chat
* Added animations
* Added reactions to the web mobile version
Redesigned the overflow menu. Added the reactions menu and reactions animations
* Make toolbar visible on animation start
* Bug fix
* Cleanup
* Fixed overflow menu desktop
* Revert mobile menu changes
* Removed unused CSS
* Fixed iOS safari issue
* Fixed overflow issue on mobile
* Added keyboard shortcuts for reactions
* Disabled double tap zoom on reaction buttons
* Refactored actions
* Updated option symbol for keyboard shortcuts
* Actions refactor
* Refactor
* Fixed linting errors
* Updated BottomSheet
* Added reactions on native
* Code cleanup
* Code review refactor
* Color fix
* Hide reactions on one participant
* Removed console log
* Lang fix
* Update schortcuts
3 years ago
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 >
3 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
3 years ago
Calinteodor
bf3726cb93
feat(rn,security) add security dialog
4 years ago
tmoldovan8x8
e4b34e1c89
feat(rn): makes InputDialog textInput autoFocus
4 years ago
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
4 years ago
Saúl Ibarra Corretgé
0dcb8a025b
fix(rn,bottomsheet) limit width
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
Saúl Ibarra Corretgé
dc5a776123
fix(ios) fix drag handle not rendering with latest react-native-svg
Fill must be properly specified.
4 years ago
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
4 years ago
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
5 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
Jonathan Scholz
547d1547bb
fix(dialog): use height behavior in KeyboardAvoidingView
5 years ago
Jonathan Scholz
39853e048b
fix(dialog): fix on-screen keyboard overlapping dialog boxes
5 years ago
Marco Zehe
e32f367b0c
React Native accessibility fixes (#5825)
* Accessibility: Make the native toolbox item communicate that it is a button.
* Accessibility: If an item is toggled, mark it as selected for accessibility
* Accessibility: Make the toolbox a toolbar for accessibility
* Accessibility: Mark the bottom sheet as a menu for accessibility
* Fix typo, AccessibilityRole, not AccessibleRole
* Statement fix
* Appease the linter
* Fix linting errors for real this time
5 years ago
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill
- round top corners
5 years ago
Saúl Ibarra Corretgé
a4333d3a80
rn,overflow-menu: add a "more options" button
5 years ago
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
5 years ago
Bettenbuk Zoltan
411bafb5a6
feat: minimized bottom menu
5 years ago
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
5 years ago
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
5 years ago
Bettenbuk Zoltan
245eb89b85
fix BottomSheet shaking
5 years ago
Bettenbuk Zoltan
382ec011eb
ref: reduce device popup bundle size
5 years ago
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
5 years ago
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
5 years ago
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5 years ago
Bettenbuk Zoltan
b31d7b4451
ref: remove createStyleSheet from dialog styles
5 years ago
Bettenbuk Zoltan
8dea3389ee
fix: avoid clicking behind dialogs
5 years ago
Bettenbuk Zoltan
a53a86ee7a
feat: add room lock pwd error message
5 years ago
Saúl Ibarra Corretgé
30c0bfc108
rn: disable vertical scrollbars on bottom sheets
5 years ago
Bettenbuk Zoltan
54fdb7066f
feat: scrollable bottom sheet
6 years ago
Bettenbuk Zoltan
d387cbe5bd
fix: iOS 10 bottom sheet style
6 years ago
Дамян Минков
d16e10baec
room-lock: adds ability to allow only digits for room locking
6 years ago
Bettenbuk Zoltan
7e9df74e60
rn: add generic alert dialog
6 years ago
Saúl Ibarra Corretgé
70dc22c107
rn: refactor BottomSheet
Avoid using a Modal since those create trouble with the view hierarchy.
6 years ago
Bettenbuk Zoltan
b7198ba4b3
Add recording file sharing switch
6 years ago
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
6 years ago
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
6 years ago
Bettenbuk Zoltan
8400d01d75
[RN] Add color scheme support to dialog buttons
6 years ago
Bettenbuk Zoltan
98c7430b6f
[RN] Replace red screen with dialog
6 years ago
Bettenbuk Zoltan
ebdcbe122a
Change dialog button property keys
6 years ago
Bettenbuk Zoltan
e094b6516a
[RN] Add color scheme support - Components
6 years ago
Bettenbuk Zoltan
eef31d05cf
[RN] Add an abstraction layer to Modal
6 years ago
Bettenbuk Zoltan
c503187dc1
[RN] Fix input dialog value bug
6 years ago
Bettenbuk Zoltan
5c0ae10ccb
Remote video menu post-PR improvements
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