diff --git a/src/app/components/dashboard/dashboard.component.css b/src/app/components/dashboard/dashboard.component.css new file mode 100644 index 0000000..e69de29 diff --git a/src/app/components/dashboard/dashboard.component.html b/src/app/components/dashboard/dashboard.component.html new file mode 100644 index 0000000..bc9da8d --- /dev/null +++ b/src/app/components/dashboard/dashboard.component.html @@ -0,0 +1,76 @@ +
{{ stats.general.total_users }}
++{{ stats.last_30_days.new_users }} ce mois
+{{ stats.general.total_pins }}
++{{ stats.last_30_days.new_pins }} ce mois
+{{ stats.general.total_images }}
++{{ stats.last_30_days.new_images }} ce mois
+{{ stats.general.total_friends }}
+{{ formatBytes(stats.general.total_storage_bytes) }}
+Utilisateur | +Nombre de pins | +
---|---|
{{ user.username }} | +{{ user.pin_count }} | +
Titre | +Nombre de partages | +
---|---|
{{ pin.title }} | +{{ pin.share_count }} | +