feat: adds Sync statistics.

This commit is contained in:
2026-05-13 07:39:10 -07:00
parent 8dd7ae8c95
commit 275820b502
4 changed files with 248 additions and 26 deletions

View File

@@ -25,6 +25,7 @@
{% set profile = get_user_profile(session.uid) %}
{% if profile.is_admin %}
<a href="/admin/users" class="text-sm text-slate-600 hover:text-slate-900">Admin Users</a>
<a href="/sync-stats" class="text-sm text-slate-600 hover:text-slate-900">Sync Stats</a>
{% endif %}
{% endif %}
<a href="/logout" class="text-sm text-slate-600 hover:text-slate-900">Logout</a>