feat(design): home page new design and functionality #135

Merged
enes merged 24 commits from issue-121 into staging 2024-08-14 08:44:09 +00:00
Member
No description provided.
enes added 17 commits 2024-08-08 15:32:37 +00:00
enes changed title from feat(design): home page new design and functionality to WIP: feat(design): home page new design and functionality 2024-08-08 15:33:58 +00:00
enes added 2 commits 2024-08-09 09:29:08 +00:00
enes added 1 commit 2024-08-09 10:00:46 +00:00
fix(home): focus outlines and decorations
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
72d0e065ea
enes changed title from WIP: feat(design): home page new design and functionality to feat(design): home page new design and functionality 2024-08-09 10:00:52 +00:00
eugene reviewed 2024-08-09 11:30:18 +00:00
@ -0,0 +17,4 @@
submittedBy?: string
signers: npub[]
fileExtensions: string[]
signedStatus: SignedStatus
Owner

Should SigitInfo returned by hook also contain other information available in Meta, specifically in the createSignature string, i.e. CreateSIgnatureEventContent? Similarly, should the data from docSignatures, represented by SignedEventContent 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

Should `SigitInfo` returned by hook also contain other information available in `Meta`, specifically in the `createSignature` string, i.e. `CreateSIgnatureEventContent`? Similarly, should the data from `docSignatures`, represented by `SignedEventContent` 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
Author
Member

I've returned most of the things I found, we can add if something is missing later down the line 👍

I've returned most of the things I found, we can add if something is missing later down the line 👍
eugene reviewed 2024-08-09 11:34:09 +00:00
eugene left a comment
Owner

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.

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.
enes added 1 commit 2024-08-12 12:26:33 +00:00
refactor: expand useSigitMeta and add comments
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
f896849ffd
enes requested review from eugene 2024-08-12 12:37:58 +00:00
enes added 1 commit 2024-08-12 14:02:07 +00:00
chore(git-hooks): clean commit-msg script
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
950593aeed
eugene reviewed 2024-08-13 08:31:48 +00:00
@ -0,0 +68,4 @@
setKind(kind)
setTags(tags)
// created_at in nostr events are stored in seconds
setCreatedAt(created_at * 1000)
Owner

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.

`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.
eugene approved these changes 2024-08-13 08:34:00 +00:00
eugene left a comment
Owner

Looks good overall, and good job on adding the Sigit Meta hook.

Looks good overall, and good job on adding the Sigit Meta hook.
enes added 1 commit 2024-08-13 09:52:14 +00:00
refactor(review): add date util functions
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 9s
6652c6519e
enes added 1 commit 2024-08-14 08:36:01 +00:00
fix(deps): update axios
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
115a3974e2
Bump axios version to 1.7.4, audit reported the issues in axios >= 1.3.2
enes merged commit b8ba8d0ab4 into staging 2024-08-14 08:44:09 +00:00
enes deleted branch issue-121 2024-08-14 08:44:09 +00:00
Sign in to join this conversation.
No reviewers
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#135
No description provided.