selector and web
Build / build (push) Has been cancelled

This commit is contained in:
gpatruno
2026-06-07 00:35:18 +02:00
parent 211779785d
commit 836499d10d
18 changed files with 1189 additions and 25 deletions
+8 -3
View File
@@ -11,9 +11,14 @@
<%- include('../partials/player-card', { player, group, comingSoon: false }) %>
<section class="panel coming-soon">
<h2>À venir</h2>
<p>Inventaire, historique de combat et gestion avancée du compte seront ajoutés prochainement.</p>
<section class="panel">
<div class="panel-header">
<h2>Mes personnages</h2>
<span class="badge"><%= characters.length %></span>
</div>
<p class="muted section-intro">Inventaire sauvegardé à la déconnexion de chaque personnage en jeu.</p>
</section>
<%- include('../partials/characters-inventories', { characters }) %>
<%- include('../partials/page-end') %>