feat(design): home page new design and functionality #135
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#135
Loading…
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.