Declarative loading indicator
This commit is contained in:
@ -10,7 +10,7 @@ import { Flex } from 'reflexbox';
|
||||
import { textColor } from 'styles/constants.scss';
|
||||
|
||||
import DropdownMenu, { MenuItem } from 'components/DropdownMenu';
|
||||
import LoadingIndicator from 'components/LoadingIndicator';
|
||||
import { LoadingIndicatorBar } from 'components/LoadingIndicator';
|
||||
|
||||
import SidebarCollection from './components/SidebarCollection';
|
||||
import SidebarCollectionList from './components/SidebarCollectionList';
|
||||
@ -72,7 +72,7 @@ type Props = {
|
||||
]}
|
||||
/>
|
||||
|
||||
{this.props.ui.progressBarVisible && <LoadingIndicator />}
|
||||
{this.props.ui.progressBarVisible && <LoadingIndicatorBar />}
|
||||
|
||||
{this.props.notifications}
|
||||
|
||||
|
Reference in New Issue
Block a user