(frontend) introduce an "unauthenticated" participant badge

Add a visual badge on participants who are not authenticated, so it
is immediately clear who could be an anonymous participant. This is
a small but explicit security signal in the participant list.

Beyond that, the badge also plays a functional role: since only
authenticated participants can be promoted or demoted, the badge
helps users see at a glance who is eligible for a role change.
This commit is contained in:
lebaudantoine
2026-07-28 21:28:27 +02:00
parent b7210e62bb
commit 7eba983c15
7 changed files with 58 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ and this project adheres to
- ✨(summary) report exception type in failure analytics
- ✨(frontend) add configurable documentation menu item
- ✨(frontend) allow promoting authenticated participants
- ✨(frontend) introduce an "unauthenticated" participant badge
### Changed