Problem
The WebSocket endpoint URL is currently displayed in two places:
- In the main content area (left side) in its own card
- In the extension details panel (right side)
This is redundant and takes up unnecessary space.
Proposed Solution
- Remove the duplicate endpoint card from the main content area
- Keep the endpoint display in the extension details panel (right side)
- Add a copy button next to the endpoint in the extension details section for easy copying
Current State
The endpoint wss://{host}/nostrclient/api/v1/relay appears twice on the page.
Expected State
- Single endpoint display in the extension details panel
- Copy button for quick clipboard access
- Cleaner, less cluttered interface
Problem
The WebSocket endpoint URL is currently displayed in two places:
This is redundant and takes up unnecessary space.
Proposed Solution
Current State
The endpoint
wss://{host}/nostrclient/api/v1/relayappears twice on the page.Expected State