In offline mode create a wrapper zip file #110

Merged
s merged 8 commits from issue-109 into staging 2024-06-13 10:01:31 +00:00
Owner

Issue

closes #109

Intent

  • navigate to different pages based on uploaded file
  • in offline mode create a wrapper zip file for sigit which should have keys.json and a sigit file
### Issue closes #109 ### Intent * navigate to different pages based on uploaded file * in offline mode create a wrapper zip file for sigit which should have keys.json and a sigit file
s added 7 commits 2024-06-13 06:50:44 +00:00
y requested changes 2024-06-13 09:37:49 +00:00
y left a comment
Owner

overall PR looks good, just please add more comments

overall PR looks good, just please add more comments
@ -378,6 +378,54 @@ export class NostrController extends EventEmitter {
throw new Error('Login method is undefined')
}
nip04Decrypt = async (sender: string, content: string) => {
Owner

pls add comments

pls add comments
s marked this conversation as resolved
@ -0,0 +1,426 @@
import JSZip from 'jszip'
Owner

pls add more comments

pls add more comments
s marked this conversation as resolved
s added 1 commit 2024-06-13 09:59:02 +00:00
s merged commit d737f4891f into staging 2024-06-13 10:01:31 +00:00
s deleted branch issue-109 2024-06-13 10:01:31 +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#110
No description provided.