mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 22:37:47 +00:00
Remove some Flow annotations
This commit is contained in:
committed by
Zoltan Bettenbuk
parent
19e8e8710a
commit
2a5adfc601
@@ -1,7 +1,6 @@
|
||||
// @flow
|
||||
|
||||
import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import {
|
||||
createRecordingDialogEvent,
|
||||
@@ -19,6 +18,7 @@ import {
|
||||
Switch,
|
||||
Text
|
||||
} from '../../../base/react';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { ColorPalette, StyleType } from '../../../base/styles';
|
||||
import { authorizeDropbox, updateDropboxToken } from '../../../dropbox';
|
||||
|
||||
@@ -333,7 +333,7 @@ class StartRecordingDialogContent extends Component<Props> {
|
||||
return (
|
||||
<LoadingIndicator
|
||||
isCompleting = { false }
|
||||
size = 'medium' />
|
||||
size = 'small' />
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
// @flow
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { translate } from '../../../../base/i18n';
|
||||
import { connect } from '../../../../base/redux';
|
||||
|
||||
import AbstractRecordButton, {
|
||||
_mapStateToProps,
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// @flow
|
||||
|
||||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { translate } from '../../../../base/i18n';
|
||||
import { CustomSubmitDialog } from '../../../../base/dialog';
|
||||
import { connect } from '../../../../base/redux';
|
||||
|
||||
import AbstractStartRecordingDialog, {
|
||||
mapStateToProps
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// @flow
|
||||
|
||||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { ConfirmDialog } from '../../../../base/dialog';
|
||||
import { translate } from '../../../../base/i18n';
|
||||
import { connect } from '../../../../base/redux';
|
||||
|
||||
import AbstractStopRecordingDialog, {
|
||||
type Props,
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
// @flow
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { translate } from '../../../../base/i18n';
|
||||
import { connect } from '../../../../base/redux';
|
||||
|
||||
import AbstractRecordButton, {
|
||||
_mapStateToProps as _abstractMapStateToProps,
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// @flow
|
||||
|
||||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { translate } from '../../../../base/i18n';
|
||||
import { Dialog } from '../../../../base/dialog';
|
||||
import { connect } from '../../../../base/redux';
|
||||
|
||||
import AbstractStartRecordingDialog, {
|
||||
mapStateToProps
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// @flow
|
||||
|
||||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { translate } from '../../../../base/i18n';
|
||||
import { Dialog } from '../../../../base/dialog';
|
||||
import { connect } from '../../../../base/redux';
|
||||
|
||||
import AbstractStopRecordingDialog, {
|
||||
type Props,
|
||||
|
||||
Reference in New Issue
Block a user