feat: Adding the name of capturers of planets + displaying usernames for each team
This commit is contained in:
@@ -187,6 +187,7 @@
|
||||
<details class="panel panelCollapsible" id="planetStatsDetails" open>
|
||||
<summary class="panelTitle panelTitleSummary">🪐 Statistiques Planétaires</summary>
|
||||
<pre id="details" class="details details--hidden">Les stats sont vides sauf à cliquer sur une tuile exploitable.</pre>
|
||||
<div id="captorInfo" class="captorInfo hidden"></div>
|
||||
</details>
|
||||
|
||||
<!-- Resources overview (collapsible) -->
|
||||
@@ -286,6 +287,11 @@
|
||||
|
||||
</aside>
|
||||
|
||||
<!-- Player list popup (shown on click of joueur count) -->
|
||||
<div id="playerListPopup" class="playerListPopup hidden" role="tooltip">
|
||||
<div id="playerListContent"></div>
|
||||
</div>
|
||||
|
||||
<!-- ── Galaxy (square, 1000×1000, fixed ratio) ────────────────────────── -->
|
||||
<main class="galaxyMain">
|
||||
<!-- Mobile burger button -->
|
||||
|
||||
Reference in New Issue
Block a user