Fix WebSocket auth flow and improve header user profile display

- Fix NIP-42 auth race condition: wait for AUTH challenge before authenticating
- Header user profile: avatar fills vertical space, username vertically centered
- Remove username truncation to show full name/npub
- Standardize header height to 3em across all components

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 06:25:38 +01:00
parent 606a3ca8c6
commit 602d563a7c
4 changed files with 58 additions and 38 deletions

View File

@@ -47,7 +47,7 @@
.sidebar {
position: fixed;
left: 0;
top: 2.5em;
top: 3em;
width: 200px;
bottom: 0;
background: var(--sidebar-bg);