bubble fraicheur des completions ajouté

This commit is contained in:
Tykayn 2025-06-24 13:16:48 +02:00 committed by tykayn
parent cd8369d08c
commit 93086eba60
18 changed files with 179 additions and 66 deletions

View file

@ -18,7 +18,7 @@
<h1>Commerces fermés</h1>
<p>Voici la liste des commerces fermés :</p>
<div class="table-responsive">
<table class="table table-striped js-sort-table">
<table class="table table-striped table-sort">
<thead>
<tr>
<th>Nom du commerce</th>

View file

@ -137,8 +137,9 @@
<div class="row mt-4">
<div class="col-12">
<h2>Statistiques par ville</h2>
<input type="text" id="dashboard-table-search" class="form-control mb-2" placeholder="Filtrer les villes...">
<div class="table-responsive">
<table class="table table-striped js-sort-table">
<table id="dashboard-table" class="table table-striped table-sort">
<thead>
<tr>
<th>Ville</th>

View file

@ -9,7 +9,7 @@
<div class="row">
<div class="col-12 col-md-6 ">
<h2>Lieux modifiés</h2>
<table class="table table-striped table-hover table-responsive js-sort-table">
<table class="table table-striped table-hover table-responsive table-sort">
<thead>
<tr>
<th>Nom</th>
@ -33,7 +33,7 @@
</div>
<div class="col-12 col-md-6 ">
<h2>Lieux affichés</h2>
<table class="table table-striped table-hover table-responsive js-sort-table">
<table class="table table-striped table-hover table-responsive table-sort">
<thead>
<tr>
<th>Nom</th>

View file

@ -5,7 +5,7 @@
{% block body %}
<div class="container">
<h1>Commerces avec une note</h1>
<table class="table table-striped js-sort-table table-hover table-responsive">
<table class="table table-striped table-hover table-responsive table-sort">
<thead>
<tr>
<th>Nom</th>