Skip to content

Commit

Permalink
improve loading screen
Browse files Browse the repository at this point in the history
onlypuppy7 committed Jan 25, 2025
1 parent 442489a commit c083765
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions server-client/src/client-static/editor/index.html
Original file line number Diff line number Diff line change
@@ -744,14 +744,15 @@ <h1>Editor Preferences</h1>
<div id="tooltip" style="position: fixed; left: 0; top: 2em; display: none; background: black; color: white">
</div>



<!-- load screen -->
<div id="loadScreen"style="width: 100%; height: 100%; top: 0; left: 0; position: absolute; font-size: 80px; background-color: black">
<h1>LOADING...</h1>
<p1>if you are stuck here, please contact the Legacyshell team and provide any errors from the console.</p1>
<br>
<p2 id="loadScreenTimeCounter">working time: 0s</p2>
<div id="loadScreen" style="width: 100%; height: 100%; top: 0; left: 0; position: absolute; font-size: 80px; background-color: rgba(0, 0, 0, 0.269); display: flex; flex-direction: column; justify-content: space-between; align-items: center;">
<div style="flex-grow: 1; display: flex; justify-content: center; align-items: center;">
<h1 style="margin: 0;">LOADING...</h1>
</div>
<div style="text-align: center; margin-bottom: 20px; font-size: 16px;">
<p>If you are stuck here, please contact the LegacyShell team and provide any errors from the console.</p>
<p id="loadScreenTimeCounter">Working time: 0s</p>
</div>
</div>

<script>

0 comments on commit c083765

Please sign in to comment.