feat: Sign Directly From the Marking Screen fix: Marking inputs glitches, losing values #272

Merged
b merged 7 commits from issue-173 into staging 2024-12-10 15:34:01 +00:00
Owner

Closes #173

Closes #173
m added 1 commit 2024-12-06 12:27:02 +00:00
feat: Sign Directly From the Marking Screen fix: Marking inputs glitches, losing values
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 46s
0a0a9bef34
m added 1 commit 2024-12-06 12:27:11 +00:00
Merge branch 'staging' into issue-173
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 41s
241d0cc79c
enes reviewed 2024-12-06 17:44:07 +00:00
@ -46,2 +49,2 @@
{downloadLabel || 'Download Files'}
</Button>
{!downloadLabel && (
Member

Do we need the downloadLabel at all? Especially as a condition here, it's a bit confusing.

Do we need the `downloadLabel` at all? Especially as a condition here, it's a bit confusing.
m marked this conversation as resolved
@ -48,0 +66,4 @@
<MenuItem
onClick={() => {
popupState.close
handleEncryptedExport && handleEncryptedExport()
Member

Would it be safer to check for typeof handleEncryptedExport === "function"?

Would it be safer to check for `typeof handleEncryptedExport === "function"`?
m marked this conversation as resolved
@ -803,4 +698,1 @@
return signerIndex === lastSignerIndex
}
const handleExport = async () => {
Member

I believe every export (both types and both sign and verify) should include exportSignature, @b correct me if I'm wrong.

I believe every export (both types and both sign and verify) should include `exportSignature`, @b correct me if I'm wrong.
Owner

correct

correct
m marked this conversation as resolved
m added 2 commits 2024-12-06 19:24:02 +00:00
chore(git): merge
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 45s
fc8f73962b
m added 3 commits 2024-12-10 13:47:30 +00:00
m requested review from enes 2024-12-10 14:35:12 +00:00
enes approved these changes 2024-12-10 15:06:05 +00:00
b merged commit 80dd597ada into staging 2024-12-10 15:34:01 +00:00
b deleted branch issue-173 2024-12-10 15:34:01 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 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#272
No description provided.