add filters for sockets

This commit is contained in:
Tykayn 2025-04-27 22:05:21 +02:00 committed by tykayn
parent ebb2c87bcc
commit edef80c926
5 changed files with 301 additions and 99 deletions

View file

@ -116,46 +116,55 @@
⚙️ Filtres:
</h2>
<div class="filter-group">
<div class="filter-group">
Montrer:
<br>
<label>
<input type="checkbox" id="filterCableAttached"> Prise avec câble attaché
</label>
<br>
<label>
<input type="checkbox" id="filterCCS"> Prise CCS
</label>
<br>
<label>
<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>
<h3>Types de prises</h3>
<label>
<input type="checkbox" id="filterCableAttached">
<span class="checkbox-custom"></span>
<span>Prise avec câble attaché</span>
</label>
<label>
<input type="checkbox" id="filterCCS">
<span class="checkbox-custom"></span>
<span>Prise CCS</span>
</label>
<label>
<input type="checkbox" id="filterType2">
<span class="checkbox-custom"></span>
<span>Prise Type 2</span>
</label>
<label>
<input type="checkbox" id="filterDomestic">
<span class="checkbox-custom"></span>
<span>Prise domestique</span>
</label>
<label>
<input type="checkbox" id="filterChademo">
<span class="checkbox-custom"></span>
<span>Prise CHAdeMO</span>
</label>
<label>
<input type="checkbox" id="filterType1">
<span class="checkbox-custom"></span>
<span>Prise Type 1</span>
</label>
<label>
<input type="checkbox" id="filterType3">
<span class="checkbox-custom"></span>
<span>Prise Type 3</span>
</label>
<hr>
<h3>Qualité des données</h3>
<label>
<input type="checkbox" id="filterQuality">
<span class="checkbox-custom"></span>
<span>Contrôle qualité</span>
</label>
<label>
<input type="checkbox" id="filterUnkown">
<span class="checkbox-custom"></span>
<span>❓ kW max inconnu</span>
</label>
</div>
<!--
<br>
<fieldset class="wip">