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;