From db2300e4f4993b3cbbd2482d1cee0172923b17b9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 21 Jan 2023 20:33:15 +0000 Subject: [PATCH] Fix loading box Signed-off-by: Fred Boniface --- UpNext.md | 1 + static/js/public-board.js | 1 + static/styles/main.css | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/UpNext.md b/UpNext.md index ded78b3..355a442 100644 --- a/UpNext.md +++ b/UpNext.md @@ -3,6 +3,7 @@ ## Frontend: * Implement error pages. +* SVG Logo * Alerts box should not be clickable, bar should be. * Issue page: Submit using API. * Support multiple service origins/destinations: diff --git a/static/js/public-board.js b/static/js/public-board.js index a4446e6..e7d9b38 100644 --- a/static/js/public-board.js +++ b/static/js/public-board.js @@ -3,6 +3,7 @@ init() /* Supporting Functions */ async function init() { + setLoadingDesc(`Loading\nservices`) var stn = await getQuery("stn"); setLoadingDesc(`Loading\n${stn.toUpperCase()}`) log(`init: Looking up: ${stn}`); diff --git a/static/styles/main.css b/static/styles/main.css index 2ca77fd..45ef721 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -84,7 +84,6 @@ padding-bottom: 1px; min-width: 90px; max-width: 90px; - transition: 0.5s; } #loading p { padding-top: 50px;