Add progress bar to top of page for nicer loading indicator styles

This commit is contained in:
Dane Everitt
2020-04-10 12:41:08 -07:00
parent 708c15eba8
commit d3a06e1ca8
12 changed files with 133 additions and 34 deletions

View File

@@ -10,7 +10,6 @@ import CreateDatabaseButton from '@/components/server/databases/CreateDatabaseBu
import Can from '@/components/elements/Can';
import useFlash from '@/plugins/useFlash';
import useServer from '@/plugins/useServer';
import ListRefreshIndicator from '@/components/elements/ListRefreshIndicator';
export default () => {
const { uuid, featureLimits } = useServer();
@@ -41,7 +40,6 @@ export default () => {
:
<CSSTransition classNames={'fade'} timeout={250}>
<>
<ListRefreshIndicator visible={loading}/>
{databases.length > 0 ?
databases.map((database, index) => (
<DatabaseRow