bgrozev
6ab25f7bc0
Remove callstats (#14076)
* ref: Remove precall test.
* ref: Remove callstats.
* Remove the dependency on react-native-callstats.
1年前
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 年前
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design (#12844)
2 年前
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 年前
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 年前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 年前
Robert Pintilii
44c8b31187
ref(styles) Change some withStyles to makeStyles (#12373)
Convert PreMeetingScreen to TS and transform it to function component
2 年前
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2 年前
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2 年前
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
2 年前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 年前
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
2 年前
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
2 年前
Shahab
8e035b03b0
fix(premeeting): fix undefined breakpoint in media query (#11148)
3 年前
Shahab
64d32a5005
fix(premeeting): call hooks before any conditional block in ConnectionStatus (#11136)
3 年前
Shahab
2dad8163bb
refactor(premeeting): use jss instead of sass in ConnectionStatus (#11115)
3 年前
Avram Tudor
1ad9046a38
Improve premeeting screens ux (#9726)
* feat(prejoin) move invite to toolbar section
* feat(premeeting) redesign prejoin and lobby screens
* code review changes
* fix prejoin flicker and avatar id
* fix password error message and native lobby dialog close position
3 年前
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 年前
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
4 年前
Vlad Piersec
453c07cb17
feat(prejoin): Add precall connection quality indicator
* Adds a dropdown indicator which displays the status of the internet connection.
* It uses the same data as `https://network.callstats.io `.
* The algorithm for the strings displayed to the user is also the one used on `network.callstas.io`.
4 年前