From f76c715abaaad8da6bf4dee8bd079b63a2df8176 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Mon, 28 Oct 2019 00:02:19 -0600 Subject: [PATCH] Use a loading spinner instead of "Loading..." --- app/index.html | 2 +- app/views/global.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index.html b/app/index.html index 80be1c0..67e334f 100644 --- a/app/index.html +++ b/app/index.html @@ -21,6 +21,6 @@ -Loading... + \ No newline at end of file diff --git a/app/views/global.js b/app/views/global.js index 5959673..bf51cfa 100644 --- a/app/views/global.js +++ b/app/views/global.js @@ -5,7 +5,7 @@ import headerImage from '../../dev/images/header.png'; export const globalView = (state, emit, view) => { const { i18n } = state; if (i18n.needsFetch) { - return html`Loading...`; + return html``; } // Create a wrapper for view content that includes global header/footer return html`