Fixed review concerns
This commit is contained in:
parent
08072aca9a
commit
757597e55f
2 changed files with 4 additions and 5 deletions
|
@ -17,7 +17,6 @@ limitations under the License.
|
||||||
progress.mx_ProgressBar {
|
progress.mx_ProgressBar {
|
||||||
height: 6px;
|
height: 6px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
border-radius: 6px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -15,16 +15,16 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
import { Room } from "matrix-js-sdk/src/models/room";
|
||||||
import ContentMessages from '../../ContentMessages';
|
import ContentMessages from '../../ContentMessages';
|
||||||
import dis from "../../dispatcher/dispatcher";
|
import dis from "../../dispatcher/dispatcher";
|
||||||
import filesize from "filesize";
|
import filesize from "filesize";
|
||||||
import { _t } from '../../languageHandler';
|
import { _t } from '../../languageHandler';
|
||||||
import {Room} from "matrix-js-sdk/src/models/room";
|
import { ActionPayload } from "../../dispatcher/payloads";
|
||||||
import {ActionPayload} from "../../dispatcher/payloads";
|
import { Action } from "../../dispatcher/actions";
|
||||||
import {Action} from "../../dispatcher/actions";
|
|
||||||
import ProgressBar from "../views/elements/ProgressBar";
|
import ProgressBar from "../views/elements/ProgressBar";
|
||||||
import AccessibleButton from "../views/elements/AccessibleButton";
|
import AccessibleButton from "../views/elements/AccessibleButton";
|
||||||
import {IUpload} from "../../models/IUpload";
|
import { IUpload } from "../../models/IUpload";
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
room: Room;
|
room: Room;
|
||||||
|
|
Loading…
Reference in a new issue