Created social page

This commit is contained in:
2026-03-28 15:45:09 +01:00
parent 8dc66363ce
commit fdb4cf119b
73 changed files with 1097 additions and 1748 deletions
+7 -2
View File
@@ -1,6 +1,11 @@
<ion-header class="bg-white">
<p class="text-center font-bold font-sans">Classement général</p>
<ion-header>
<ion-toolbar>
<ion-title class="font-mono">
Classement général
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content style="--background: #f7f6f2;">
<div class="rounded-3xl px-5 m-3 bg-white overflow-auto font-mono">
@for (user of users(); track user.id; let i = $index) {