Feature: improve loan flow and add games quick dashboard
This commit is contained in:
21
index.html
21
index.html
@@ -14,6 +14,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<button id="toolsToggleBtn" type="button" class="tools-toggle-btn">Outils</button>
|
||||
<button id="gamesToggleBtn" type="button" class="games-toggle-btn">Jeux</button>
|
||||
<aside id="toolsDrawer" class="tools-drawer" aria-label="Menu outils">
|
||||
<div class="tools-header">
|
||||
<h2>Outils</h2>
|
||||
@@ -41,6 +42,23 @@
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<aside id="gamesDrawer" class="games-drawer" aria-label="Menu jeux">
|
||||
<div class="tools-header">
|
||||
<h2>Jeux</h2>
|
||||
<button id="gamesCloseBtn" type="button" class="btn-secondary tools-close-btn">Fermer</button>
|
||||
</div>
|
||||
<p class="tools-subtitle">Vue rapide globale de ta collection.</p>
|
||||
<div class="quick-stats">
|
||||
<article class="stat-card">
|
||||
<p class="stat-label">Nombre total de jeux</p>
|
||||
<p id="totalGamesCount" class="stat-value">0</p>
|
||||
</article>
|
||||
<article class="stat-card">
|
||||
<p class="stat-label">Valeur totale estimee</p>
|
||||
<p id="totalGamesValue" class="stat-value">0.00 EUR</p>
|
||||
</article>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<main class="app-shell">
|
||||
<header class="hero">
|
||||
@@ -102,6 +120,9 @@
|
||||
<h2 id="gameSectionTitle">Jeux</h2>
|
||||
<p id="dataModeInfo" class="data-mode"></p>
|
||||
</div>
|
||||
<div class="games-actions-bar">
|
||||
<button id="loanedFilterBtn" type="button" class="btn-secondary">Voir jeux pretes</button>
|
||||
</div>
|
||||
|
||||
<div class="search-zone">
|
||||
<label>
|
||||
|
||||
Reference in New Issue
Block a user