Added basic functionality to server selection UI.
Basic selection and updating of the selected server has been added. There are a few subtle mechanics which need to be added still, such as keybind shortcuts (enter to submit, etc). In addition, functionality still needs to be added to generate the list of servers from the manifest file. Fixed a minor issue with the login view. Updated play button styles. Updated dependencies.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="loginContainer" style="display: none;">
|
||||
<div id="loginContent">
|
||||
<form id="loginForm" onsubmit="void(0); return false;">
|
||||
<form id="loginForm">
|
||||
<img id="loginImageSeal" src="assets/images/WesterosSealCircle.png"/>
|
||||
<span class="loginSpan" id="loginSubheader">MEMBER LOGIN</span>
|
||||
<div class="loginFieldContainer">
|
||||
|
||||
Reference in New Issue
Block a user