From 50a1c11eaaf2fd01f9249c48a5596f83df8cb370 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Thu, 12 May 2016 14:23:47 +0200 Subject: [PATCH] New and improved loading messages. Are these getting better or worse... --- client/app/scripts/components/nodes.js | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/client/app/scripts/components/nodes.js b/client/app/scripts/components/nodes.js index abcba83ba..ea26802aa 100644 --- a/client/app/scripts/components/nodes.js +++ b/client/app/scripts/components/nodes.js @@ -12,14 +12,17 @@ const detailsWidth = 450; const LOADING_TEMPLATES = [ - 'Just loading the THINGS... any second now...', - "Loading the THINGS. They'll be here in a jiffy...", - 'Crunching the THINGS', - 'Deleting all the THINGS', - 'rm -rf *THINGS*', - 'Waiting for all the THINGS', - 'Containing the THINGS', - 'Processing the THINGS', + 'Loading THINGS', + 'Verifying THINGS', + 'Fetching THINGS', + 'Processing THINGS', + 'Reticulating THINGS', + 'Decompressing THINGS', + 'Compressing THINGS', + 'Locating THINGS', + 'Optimizing THINGS', + 'Transporting THINGS', + 'Double checking THINGS', ];