feat(ui): added working ingame ui

Added ingame ui with bootstrap. There were problems with the lock procedure which are now fixed.
This commit is contained in:
LQ63
2025-11-05 02:19:26 +01:00
parent 89d1626bb2
commit ee3f65efd9
5 changed files with 47 additions and 41 deletions

View File

@@ -1,6 +1,7 @@
@(user: Option[model.users.User])
@navbar(user)
@main("Create Game") {
@navbar(user)
<form action="@routes.MainMenuController.createGame()" method="post">
<div class="w-50 mx-auto">
<div class="mt-3">