Merge branch 'develop' into better-spinners
This commit is contained in:
commit
3a62f6cdaa
644 changed files with 27499 additions and 5745 deletions
|
@ -17,7 +17,9 @@ limitations under the License.
|
|||
import React from "react";
|
||||
import {_t} from "../../../languageHandler";
|
||||
import SettingsStore from "../../../settings/SettingsStore";
|
||||
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
||||
|
||||
@replaceableComponent("views.elements.InlineSpinner")
|
||||
export default class InlineSpinner extends React.Component {
|
||||
render() {
|
||||
const w = this.props.w || 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue