Feat: Integrate username change flow across lobby, server and chat #288
@@ -81,25 +81,24 @@
|
|||||||
</GridPane.margin>
|
</GridPane.margin>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<!-- Username input and login button -->
|
<!-- Username input and login/change button -->
|
||||||
<!-- <HBox alignment="CENTER_LEFT" spacing="10"-->
|
<HBox alignment="CENTER_LEFT" spacing="10"
|
||||||
<!-- GridPane.rowIndex="0"-->
|
GridPane.rowIndex="0"
|
||||||
<!-- GridPane.columnIndex="0"-->
|
GridPane.columnIndex="0"
|
||||||
<!-- GridPane.halignment="LEFT"-->
|
GridPane.halignment="LEFT"
|
||||||
<!-- GridPane.valignment="TOP">-->
|
GridPane.valignment="TOP">
|
||||||
<!-- <GridPane.margin>-->
|
<GridPane.margin>
|
||||||
<!-- <!– place below the 'CREATE A LOBBY' button –>-->
|
<Insets top="100" left="20" />
|
||||||
<!-- <Insets top="100" left="20" />-->
|
</GridPane.margin>
|
||||||
<!-- </GridPane.margin>-->
|
<TextField fx:id="usernameField"
|
||||||
<!-- <TextField fx:id="usernameField"-->
|
promptText="Username"
|
||||||
<!-- promptText="Username"-->
|
styleClass="gray-input-field"
|
||||||
<!-- styleClass="gray-input-field"-->
|
maxWidth="180" />
|
||||||
<!-- maxWidth="180" />-->
|
<Button text="Apply Name"
|
||||||
<!-- <Button text="Login"-->
|
fx:id="loginButton"
|
||||||
<!-- fx:id="loginButton"-->
|
onAction="#handleLoginButton"
|
||||||
<!-- onAction="#handleLoginButton"-->
|
styleClass="button-create-lobby" />
|
||||||
<!-- styleClass="button-create-lobby" />-->
|
</HBox>
|
||||||
<!-- </HBox>-->
|
|
||||||
|
|
||||||
<VBox fx:id="casinoTable"
|
<VBox fx:id="casinoTable"
|
||||||
alignment="CENTER"
|
alignment="CENTER"
|
||||||
|
|||||||
Reference in New Issue
Block a user