Calinteodor
32ac299422
feat(authentication/native): hide login button for 8x8.vc (#13881)
* feat(authentication): hide login button for 8x8.vc
vor 2 Jahren
Mihaela Dumitru
b546d01c2d
fix(prejoin) improve display name handling relative to configs (#13865)
vor 2 Jahren
Calin-Teodor
caea6966ef
ref(dependency): reverted react-native-dialog dep update
vor 2 Jahren
Calin-Teodor
54a1ee53b4
ref(dependency): reverted react-native-dialog dep updates
vor 2 Jahren
Calin-Teodor
465263bc97
fixed linter
vor 2 Jahren
Robert Pintilii
2c8dedcb85
ref(scss) Variables cleanup (#13521)
Remove some unused variables
Replace variables that are only used once with their value
vor 2 Jahren
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
vor 2 Jahren
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
vor 2 Jahren
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS (#13281)
Remove some @ts-ignores
vor 2 Jahren
Robert Pintilii
2af9dc88e6
ref|(TS) Convert some native components to TS (#13239)
vor 2 Jahren
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
vor 2 Jahren
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
vor 2 Jahren
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
vor 2 Jahren
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
vor 2 Jahren
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
vor 2 Jahren
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
vor 2 Jahren
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
vor 2 Jahren
Robert Pintilii
e95b964b78
ref(TS) Convert some Abstract classes to TS (#13099)
vor 2 Jahren
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
vor 2 Jahren
Calinteodor
d0fe034db5
feat(base/dialog): visibility control for PageReloadDialog (#12961)
* feat(base/dialog): visibility control for PageReloadDialog
vor 2 Jahren
Robert Pintilii
ef0168c9ff
ref(dialog) Remove atlaskit dialog (#12925)
vor 2 Jahren
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
vor 2 Jahren
Calinteodor
3cb0df579c
feat(overlay): native page reload dialog (#12667)
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
vor 2 Jahren
Calin-Teodor
cdb2436b73
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
vor 3 Jahren
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
vor 3 Jahren
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
vor 3 Jahren
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
vor 3 Jahren
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
vor 3 Jahren
Robert Pintilii
bfa88f13dc
feat(ui-components) Add Dialog Component (#12260)
vor 3 Jahren
Bogdan Duduman
48db099134
feat: include sort members eslint changes
vor 3 Jahren
Robert Pintilii
2d6e181a13
feat(ui-components) Add Select component (#12182)
Remove @atlaskit /dropdown
Convert some files to TS
vor 3 Jahren
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
vor 3 Jahren
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
vor 3 Jahren
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
vor 3 Jahren
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
vor 3 Jahren
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
vor 3 Jahren
Robert Pintilii
dbc29a08ee
fix(dialog) Add key to buttons (#11925)
vor 3 Jahren
Robert Pintilii
abc752635d
ref(dialog) Use new button component (#11922)
vor 3 Jahren
Robert Pintilii
d8b435ad16
fix(typescript) Make TS parse tsx files (#11866)
vor 3 Jahren
Robert Pintilii
139fa9b3f2
fix(theme) Fix tokens (#11822)
Fix elements to use correct tokens
vor 3 Jahren
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 >
vor 3 Jahren
Saúl Ibarra Corretgé
d61fe58fcf
fix(rn,styles) cleanup unused styles
vor 3 Jahren
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.
vor 3 Jahren
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.
vor 3 Jahren
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.
vor 3 Jahren
Saúl Ibarra Corretgé
0ad6bd4d83
fix(dialog) remove obsolete prop no longer used in web
vor 3 Jahren
Calinteodor
b1be511d67
Mobile UI polish (#10982)
Updated screens with new ui on mobile
vor 3 Jahren
Calin Chitu
e76adb2e1d
fix(dialog) fixed translations
vor 3 Jahren
Calin Chitu
06bd279f22
feat(dialog) refinaments
vor 3 Jahren
Calin Chitu
8a6b6f2942
feat(dialog) start recording/live stream screens, new AlertDialog
vor 3 Jahren