feat: add the ability to create and sign while user is offline #85
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-73"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #73
@ -0,0 +17,4 @@
return (
<Box
sx={{
it would be nice to move css logic into separate file
This is a simple utility component, I think it's fine to add inline style in this case. Otherwise, I'll create a folder and separate .scss file just for 1 class
@ -59,3 +59,3 @@
const authEvent: EventTemplate = {
kind: 1,
kind: 27235,
it would be nice to use
kinds
object fromnostr-tools
This change isn't related to this PR. It appeared here because staging wasn't in sync with main