Added new progress bar UI, massive improvement.

This commit is contained in:
Daniel Scalzi
2017-11-27 20:49:50 -05:00
parent dbf024cce6
commit aac789bf2c
3 changed files with 54 additions and 7 deletions

View File

@@ -59,11 +59,17 @@
<button id="launch_button">PLAY</button>
<div class="bot_divider"></div>
<!-- Span until we implement the real selection -->
<span class="bot_label">&#8226; Westeroscraft Production Server</span>
<span class="bot_label" id="server_selection">&#8226; Westeroscraft Production Server</span>
</div>
<div id="launch_details">
<progress id="launch_progress" value="22" max="100"></progress>
<span id="launch_details_text" class="bot_label">Please wait..</span>
<div id="launch_details_left">
<span id="launch_progress_label">0%</span>
<div class="bot_divider"></div>
</div>
<div id="launch_details_right">
<progress id="launch_progress" value="22" max="100"></progress>
<span id="launch_details_text" class="bot_label">Please wait..</span>
</div>
</div>
</div>
</div>