From a05cf36bc811e6aa711cac7a83e6af2fb54d0619 Mon Sep 17 00:00:00 2001 From: Renard Date: Mon, 9 Mar 2020 12:08:01 -0300 Subject: Segmento de carga inicial --- src/App.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 028b82f..9d70608 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,8 @@ import { Segment, List, Message, - Dropdown + Dropdown, + Loader } from "semantic-ui-react"; import "fomantic-ui-css/semantic.min.css"; import "./App.css"; @@ -208,7 +209,18 @@ class App extends Component { const isOnline = response.source !== undefined; if (!ready) { - return "Loading"; + return ( + + + + Obteniendo informaciĆ³n del servidor de IceCast ... + + + + ); } const currentStream = multipleSources -- cgit v1.2.1-18-gbd029