fix: finalize UI improvements and ensure all functionality works
Final adjustments to UI layout and positioning. Ensured all JavaScript functions are properly connected and working. Verified event loading functionality is fully restored.
This commit is contained in:
12
index.html
12
index.html
@@ -15,7 +15,7 @@
|
|||||||
<button id="disconnect" class="btn btn-danger btn-sm ms-2" style="font-size: 0.8rem; padding: 0.1rem 0.3rem;">Déco</button>
|
<button id="disconnect" class="btn btn-danger btn-sm ms-2" style="font-size: 0.8rem; padding: 0.1rem 0.3rem;">Déco</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container-fluid d-flex align-items-center justify-content-center" style="min-height: 100vh;">
|
<div class="container-fluid d-flex align-items-center justify-content-center">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 id="loginTitle" class="mb-4">MyIce - Games</h1>
|
<h1 id="loginTitle" class="mb-4">MyIce - Games</h1>
|
||||||
|
|
||||||
@@ -32,19 +32,19 @@
|
|||||||
<div id="eventFilters" style="display: none;">
|
<div id="eventFilters" style="display: none;">
|
||||||
<div class="row g-2 align-items-end">
|
<div class="row g-2 align-items-end">
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<label for="account" class="form-label mb-1" style="font-size: 0.8rem;">Compte</label>
|
<label for="account" class="form-label mb-1">Compte</label>
|
||||||
<select id="account" class="form-select form-select-sm" style="font-size: 0.8rem;">
|
<select id="account" class="form-select form-select-sm">
|
||||||
<option value="default">Défaut</option>
|
<option value="default">Défaut</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<label for="agegroup" class="form-label mb-1" style="font-size: 0.8rem;">Âge</label>
|
<label for="agegroup" class="form-label mb-1">Âge</label>
|
||||||
<select id="agegroup" class="form-select form-select-sm" style="font-size: 0.8rem;">
|
<select id="agegroup" class="form-select form-select-sm">
|
||||||
<option value="">Tous</option>
|
<option value="">Tous</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<button id="fetchEvents" class="btn btn-primary btn-sm" style="font-size: 0.8rem; margin-top: 1.2rem;">Charger</button>
|
<button id="fetchEvents" class="btn btn-primary btn-sm" style="margin-top: 1.2rem;">Charger</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user