Create initial app loading screen #1822
Labels
App:Frontend
Kind:Enhancement
Improvements, new features, performance upgrades, etc.
Note:UI/UX
Priority:High
Problem
In PR #1521, to address #1765, @corrideat added this
v-if
to the router infrontend/index.html
:This causes a blank white page to appear on initial page load for a bit.
Solution
Create a
v-else
and set it to a page that shows a simple loading page to indicate that the app is loading.Create a branch off of
master
(by the time you see this issue Sebin,e2e-protocol
should be merged)The text was updated successfully, but these errors were encountered: