Upgraded from NET 6.0 to NET 7.0 and added loading circle
This commit is contained in:
parent
5d72c2d2e5
commit
808299c61b
3 changed files with 48 additions and 6 deletions
|
@ -15,7 +15,14 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app">Loading...</div>
|
||||
<div id="app">
|
||||
<div style="background-color:#292929; height: 100vh; width:100vw; position:absolute;"/>
|
||||
<svg class="loading-progress">
|
||||
<circle r="40%" cx="50%" cy="50%" />
|
||||
<circle r="40%" cx="50%" cy="50%" />
|
||||
</svg>
|
||||
<div class="loading-progress-text"></div>
|
||||
</div>
|
||||
|
||||
<div id="blazor-error-ui">
|
||||
An unhandled error has occurred.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue