Implement compose tab for event creation and management
Some checks failed
Go / build (push) Has been cancelled

- Added a new compose tab for users to create, sign, and publish Nostr events.
- Introduced functions for JSON reformatting, event signing, and publishing with WebSocket authentication.
- Implemented clipboard functionality to copy event JSON directly from the UI.
- Enhanced UI with buttons for reformatting, signing, and publishing events, improving user experience.
- Created a new websocket-auth.js module for handling WebSocket authentication with Nostr relays.
- Bumped version to v0.14.5.
This commit is contained in:
2025-10-11 10:30:38 +01:00
parent 9064717efa
commit f19dc4e5c8
3 changed files with 554 additions and 3 deletions

View File

@@ -1 +1 @@
v0.14.4
v0.15.0