Add admin-only "All Events Log" feature with WebSocket integration.
Some checks failed
Go / build (push) Has been cancelled

- Implemented an "All Events Log" section accessible only to admin users.
- Added WebSocket-based data fetching to retrieve all events from the relay.
- Included profile caching and metadata fetching for event authors.
- Updated UI components to display events with expandable raw JSON details.
- Adjusted CSS for avatar sizes and improved layout.
- Refactored logout logic to reset all event states.
This commit is contained in:
2025-09-21 16:31:06 +01:00
parent f9896e52ea
commit 14b6960070
6 changed files with 513 additions and 8 deletions

View File

@@ -130,8 +130,8 @@ button:hover {
}
.user-avatar {
width: 40px;
height: 40px;
width: 2em;
height: 2em;
border-radius: 50%;
object-fit: cover;
border: 2px solid white;