Updated some UI.

Updated app loading UI.

Updated UI for various authentication states.

Updated authentication buttons in the client.
This commit is contained in:
2021-05-23 14:15:38 -05:00
parent ac13a6352b
commit 549d9d7e99
4 changed files with 57 additions and 23 deletions

View File

@@ -12,7 +12,18 @@
</head>
<body>
<div id="app">Loading...</div>
<div id="app">
<div class="d-flex flex-column align-items-center justify-content-center" style="width: 100vw; height: 100vh;">
<div class="my-1">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="my-1 text-muted">
Loading app...
</div>
</div>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.