From de24c69fe44df73c355a3ec481c7f146778cb4a6 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sat, 9 Sep 2017 10:16:15 +0200 Subject: Add a loading screen for initial datacenter fetch --- src/components/map/LoadingScreen.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/components/map/LoadingScreen.js (limited to 'src/components/map') diff --git a/src/components/map/LoadingScreen.js b/src/components/map/LoadingScreen.js new file mode 100644 index 00000000..3d5753e2 --- /dev/null +++ b/src/components/map/LoadingScreen.js @@ -0,0 +1,11 @@ +import React from 'react'; +import FontAwesome from "react-fontawesome"; + +const LoadingScreen = () => ( +
+ + Loading your datacenter... +
+); + +export default LoadingScreen; -- cgit v1.2.3