add filters checkboxes

This commit is contained in:
Tykayn 2025-04-27 21:47:38 +02:00 committed by tykayn
parent b44fa95a09
commit ebb2c87bcc
3 changed files with 171 additions and 58 deletions

View file

@ -116,9 +116,10 @@
⚙️ Filtres:
</h2>
<div class="filter-group">
qualité
<button id="filterUnkown">❓ kW max inconnu</button>
<div class="filter-group">
Montrer:
<br>
<label>
<input type="checkbox" id="filterCableAttached"> Prise avec câble attaché
</label>
@ -131,9 +132,29 @@
<input type="checkbox" id="filterType2"> Prise Type 2
</label>
<br>
<label>
<input type="checkbox" id="filterDomestic"> Prise domestique
</label>
<br>
<label>
<input type="checkbox" id="filterChademo"> Prise CHAdeMO
</label>
<br>
<label>
<input type="checkbox" id="filterType1"> Prise Type 1
</label>
<br>
<label>
<input type="checkbox" id="filterType3"> Prise Type 3
</label>
<hr>
<label>
<input type="checkbox" id="filterQuality"> Contrôle qualité
</label>
<br>
<label>
<input type="checkbox" id="filterUnkown"> ❓ kW max inconnu
</label>
</div>
<!--
<br>