* Complete add-player modal

* New player listing
* New player action layout
This commit is contained in:
MaxJa4
2024-01-15 21:26:46 +01:00
parent 04a2a2815d
commit 80d0489b41
16 changed files with 308 additions and 107 deletions

View File

@@ -3,7 +3,7 @@
<head>
{{ template "header" . }}
</head>
<body data-bs-theme="dark">
<body data-bs-theme="dark" class="h-auto">
<div class="container-xxl bg-dark mt-5 p-4 rounded-3 text-light">
<div class="row">
<!-- Home-Clan Column -->
@@ -14,9 +14,6 @@
<!-- Player List -->
{{ template "home_player_list" . }}
<!-- List Controls -->
{{ template "home_player_bar" . }}
</div>
<!-- Opponent-Clan Column -->
@@ -27,9 +24,6 @@
<!-- Player List -->
{{ template "opp_player_list" . }}
<!-- List Controls -->
{{ template "opp_player_bar" . }}
</div>
</div>