styling doc page

This commit is contained in:
Tykayn 2025-10-07 14:42:39 +02:00 committed by tykayn
parent 23c598034c
commit c189ce1650
3 changed files with 9 additions and 5 deletions

View file

@ -1,9 +1,11 @@
<section class="docs">
<aside class="sidebar">
<h2>Types d'événements (1000 prochains)</h2>
<h2>Types d'événements </h2>
<p>(1000 prochains pour les 30 prochains jours)</p>
<ul>
<li *ngFor="let c of counts">
<button (click)="filterByWhat(c.what)">{{ c.what }} <span class="badge">{{ c.count }}</span></button>
<button (click)="filterByWhat(c.what)"> {{ c.what }} <span class="badge">{{ c.count }}</span></button>
</li>
</ul>
</aside>