feat: add the ability to create and sign while user is offline #85

Merged
s merged 5 commits from issue-73 into staging 2024-05-28 10:27:40 +00:00
Owner

closes #73

closes #73
s added 5 commits 2024-05-28 10:13:39 +00:00
y approved these changes 2024-05-28 10:20:57 +00:00
@ -0,0 +17,4 @@
return (
<Box
sx={{
Owner

it would be nice to move css logic into separate file

it would be nice to move css logic into separate file
Author
Owner

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

> 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
s marked this conversation as resolved
@ -59,3 +59,3 @@
const authEvent: EventTemplate = {
kind: 1,
kind: 27235,
Owner

it would be nice to use kinds object from nostr-tools

it would be nice to use `kinds` object from `nostr-tools`
Author
Owner

it would be nice to use kinds object from nostr-tools

This change isn't related to this PR. It appeared here because staging wasn't in sync with main

> it would be nice to use `kinds` object from `nostr-tools` This change isn't related to this PR. It appeared here because staging wasn't in sync with main
s marked this conversation as resolved
s merged commit 47c545b7f1 into staging 2024-05-28 10:27:40 +00:00
s deleted branch issue-73 2024-05-28 10:27:41 +00:00
Sign in to join this conversation.
No reviewers
y
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/sigit.io#85
No description provided.