add frontend ng

This commit is contained in:
Tykayn 2025-10-03 11:56:55 +02:00 committed by tykayn
parent 80d52ff819
commit 83ef7bab6c
18 changed files with 188 additions and 4 deletions

View file

@ -9,8 +9,6 @@
<input type="text" value="" placeholder="Rechercher une catégorie d'évènement">
</div>
<div id="what_categories">
@for (oedbc of oedb_what_categories; track $index) {
<div class="category">
<div class="emoji">
@ -63,8 +61,24 @@
<ul>
<li></li>
</ul>
(bouton pour exporter)
</div>
<div id="actions">
(actions)
<button class="button">exporter</button>
<button class="button">envoyer</button>
<button class="button">créer</button>
<button class="button">supprimer</button>
<button class="button">oui, toujours là</button>
<button class="button">non plus là</button>
<button class="button">pouet pouet!</button>
</div>
<div id="user_infos">
login OSM:
<a href="https://www.openstreetmap.org/user/tykayn">tykayn</a>
<br>
points de l'utilisateur:
12 points.
</div>
</menu>