Robert Pintilii
2af9dc88e6
ref|(TS) Convert some native components to TS (#13239)
2 years ago
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
2 years ago
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 years ago
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 years ago
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
2 years ago
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 years ago
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 years ago
Robert Pintilii
1bf0bd6bca
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
2 years ago
Robert Pintilii
e95b964b78
ref(TS) Convert some Abstract classes to TS (#13099)
2 years ago
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 years ago
Calinteodor
d0fe034db5
feat(base/dialog): visibility control for PageReloadDialog (#12961)
* feat(base/dialog): visibility control for PageReloadDialog
2 years ago
Robert Pintilii
ef0168c9ff
ref(dialog) Remove atlaskit dialog (#12925)
2 years ago
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 years ago
Calinteodor
3cb0df579c
feat(overlay): native page reload dialog (#12667)
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
2 years ago
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
2 years ago
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 years ago
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 years ago
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 years ago
Calinteodor
be93fbd512
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates (#12375)
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates
2 years ago
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component (#12260)
2 years ago
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 years ago
Robert Pintilii
2d6e181a13
feat(ui-components) Add Select component (#12182)
Remove @atlaskit /dropdown
Convert some files to TS
2 years ago
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2 years ago
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 years ago
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 years ago
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 years ago
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2 years ago
Robert Pintilii
dbc29a08ee
fix(dialog) Add key to buttons (#11925)
2 years ago
Robert Pintilii
abc752635d
ref(dialog) Use new button component (#11922)
2 years ago
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
2 years ago
Robert Pintilii
139fa9b3f2
fix(theme) Fix tokens (#11822)
Fix elements to use correct tokens
2 years ago
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
2 years ago
Saúl Ibarra Corretgé
d61fe58fcf
fix(rn,styles) cleanup unused styles
3 years ago
Saúl Ibarra Corretgé
517ec29d85
fix(rn,dialogs) fix displaying dialogs on top of modal screens
Render them together with bottom sheets in a FullWindowOverlay.
3 years ago
Saúl Ibarra Corretgé
6ad279f029
fix(rn, bottomsheet) fix not rendering above presentation sheets
Move all sheets to render in a new container which uses FullWindowOverlay, which allows rendering above presentation controllers on iOS.
3 years ago
Saúl Ibarra Corretgé
ad8cdcd81b
fix(rn,bottom-sheet) fix scroll
In the past we used a PanResponder to detect user gestures in the sheet
to show a reduced version or a full-height version of it, and also to
close it.
There is an obvious conflic between the gestures and scrolling, which
didn't work all that great, but we could live with it.
After reactions were introduced we no longer rendered the 2 different
heights, so that functionaligy stopped being used but the PanResponder
still remained there.
This commit removes it completely and sets a max height of 75% on any
BottomSheet, so any tap outside will close it.
3 years ago
Saúl Ibarra Corretgé
0ad6bd4d83
fix(dialog) remove obsolete prop no longer used in web
3 years ago
Calinteodor
b1be511d67
Mobile UI polish (#10982)
Updated screens with new ui on mobile
3 years ago
Calin Chitu
e76adb2e1d
fix(dialog) fixed translations
3 years ago
Calin Chitu
06bd279f22
feat(dialog) refinaments
3 years ago
Calin Chitu
8a6b6f2942
feat(dialog) start recording/live stream screens, new AlertDialog
3 years ago
Calinteodor
f282dbb5dc
feat(dialog) updated LoginDialog
3 years ago
Calinteodor
66b4c0cab0
feat(dialog) new native InputDialog
3 years ago
Calin Chitu
b5c68c2b6a
feat(dialog) removed native CustomDialog
3 years ago
Calinteodor
debb63d3d6
feat(dialog) added react-native-dialog dep and updated ConfirmDialog
3 years ago
Saúl Ibarra Corretgé
ab3d2160c9
fix(lint) tame Flow
3 years ago
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 years ago
Vlad Piersec
1ad8f77179
feat(dialogs): Redesign Video Quality dialog & change dialog background color
3 years ago
robertpin
584ec7c82e
fix(reactions) Reactions improvements (#9964)
* Register shortcuts on mount
* Changed icon for reactions menu
* Enable reactions by default
* Fix unreadCount bug
When having unread messages and sending a reaction the unread count now shows the correct count
* Fix overflow menu bottom color when reactions are enabled
* Revert raise hand icon
* Update raise hand functionality
On desktop show raise button with arrow for reactions. Only show raise hand in the reactions menu on mobile
* Fix lint error
Add required prop to ToolboxButtonWithIcon
* Legacy support for enable reactions
If disableReactions is undefined treat it as true
* Remove unnecessary code
* Fix unread counter showing negative count
* Fix unreadCount with reactions
UnreadCount ignores all reactions messages
* Fixed typo
* Fix background color
3 years ago
Vlad Piersec
380ef3da0b
fix(feedback): Scroll to the top when opening feedback dialog
3 years ago