From f3d4880970010ad8bee1638de6e15cb166a593a1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 17 Jan 2019 16:57:28 +0100 Subject: k --- client/common/loader.component.js | 21 ++++++++++++++------- client/faceSearch/faceSearch.result.js | 1 - 2 files changed, 14 insertions(+), 8 deletions(-) (limited to 'client') diff --git a/client/common/loader.component.js b/client/common/loader.component.js index 5930c63e..df25dd39 100644 --- a/client/common/loader.component.js +++ b/client/common/loader.component.js @@ -1,11 +1,18 @@ import React from 'react' +import Spinner from 'react-spin' export default function Loader() { - return ( -
-
- -
-
- ) + const spinCfg = { + width: 5, + radius: 20, + color: 'white', + } + return + // return ( + //
+ //
+ // + //
+ //
+ // ) } diff --git a/client/faceSearch/faceSearch.result.js b/client/faceSearch/faceSearch.result.js index c2509033..00dec160 100644 --- a/client/faceSearch/faceSearch.result.js +++ b/client/faceSearch/faceSearch.result.js @@ -49,7 +49,6 @@ class FaceSearchResult extends Component { return (
-

Searching...

-- cgit v1.2.3-70-g09d2