feat(design): home page new design and functionality #135
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-121"
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?
feat(design): home page new design and functionalityto WIP: feat(design): home page new design and functionalityWIP: feat(design): home page new design and functionalityto feat(design): home page new design and functionality@ -0,0 +17,4 @@
submittedBy?: string
signers: npub[]
fileExtensions: string[]
signedStatus: SignedStatus
Should
SigitInfo
returned by hook also contain other information available inMeta
, specifically in thecreateSignature
string, i.e.CreateSIgnatureEventContent
? Similarly, should the data fromdocSignatures
, represented bySignedEventContent
be returned as well?I beleive you would need to merge the current staging branch into yours to get a hold of some of these data types
I've returned most of the things I found, we can add if something is missing later down the line 👍
Looks good, but I left one comment about the
useSigitMeta
hook. I believe it should be extended so that it can be used across the full Sigit flow.@ -0,0 +68,4 @@
setKind(kind)
setTags(tags)
// created_at in nostr events are stored in seconds
setCreatedAt(created_at * 1000)
created_at * 1000
should be made into a utility function and used in other similar places (there is at least one that I could find).Similarly, there is a reverse action,
created_at / 1000
, which should also be a utility.Looks good overall, and good job on adding the Sigit Meta hook.