feat(06.2-05): show @handle in AccountView and AdminUsersTab

- Add Username row (@handle) to Account information section in AccountView.vue
- Add Handle column (th + td with @prefix) to users table in AdminUsersTab.vue
- Both use existing data already present in API responses (no backend changes)
This commit is contained in:
curo1305
2026-05-31 20:09:50 +02:00
parent 6307d9dd86
commit 045e723f7a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
<h3 class="font-semibold text-gray-800 mb-4">Account information</h3>
<div class="space-y-2 text-sm text-gray-700">
<div><span class="text-gray-500">Email:</span> {{ authStore.user?.email }}</div>
<div><span class="text-gray-500">Username:</span> @{{ authStore.user?.handle }}</div>
<div class="flex items-center gap-2">
<span class="text-gray-500">Role:</span>
<span