feat: add the ability to create and sign while user is offline #85
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#85
Loading…
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