Commit Graph

454 Commits

Author SHA1 Message Date
ec305c417b fix: signing order
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-08-27 16:17:34 +03:00
8c5be3713d refactor(pdf): remove unused code
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-08-26 14:10:11 +02:00
ea09daa669 fix(pdf): dynamic mark scaling
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
Caveat: scaling is not fluid, refresh is required
2024-08-23 21:30:32 +02:00
ecc1707212 fix(pdf): add border to style 2024-08-23 13:49:47 +02:00
ac3186a02e fix(pdf): scaling and font styles consistency
Closes #146
2024-08-23 13:39:49 +02:00
31f36750cd fix(pdf): font style consistency 2024-08-23 11:06:25 +02:00
2f54184625 fix(drawing): clamp DrawField within img
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
Closes #154
2024-08-23 10:09:29 +02:00
acc8c84617 fix(home-page): sigit file type display now correctly shows multiple file types
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 40s
2024-08-22 18:58:30 +02:00
ae08b07d74 feat: add uploaded image file as preview 2024-08-22 18:48:03 +02:00
05a2dba164 fix: show extension box for non-mark files, de-dupe css and code
Closes #138
2024-08-22 18:20:54 +02:00
c9d7d0a6f5 feat(content): show other file types as gray box 2024-08-22 18:19:16 +02:00
86095cba5c fix(files): show other file types in content for create, fix sign and verify error 2024-08-22 18:19:16 +02:00
daniyal
070b02abee chore: quick fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 43s
2024-08-22 16:12:58 +05:00
daniyal
49c1714962 fix: use old approach of using sha256 for generating d tag
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s
2024-08-22 16:11:20 +05:00
daniyal
18270c5d8a feat: use nip04 for encryption and decryption of userData to store on blossom server
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 17s
2024-08-22 13:08:30 +05:00
15d4d0a752 fix: review suggestion
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-21 13:11:56 +02:00
7b33e37ca5 refactor(toolbox): make Text default
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-21 11:37:07 +02:00
329fd3d27b fix: useSigitProfile dep
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
Remove unecessary dep and disable lint line
2024-08-21 11:30:20 +02:00
58f70db7f6 fix(verify-page): map item keys 2024-08-21 11:26:17 +02:00
8c974768a8 fix: sign buttons styles
Fix issue caused by styles change from 6f88f22933
2024-08-21 11:25:35 +02:00
e7b0bbe23c fix: update user placeholder for create 2024-08-21 11:21:57 +02:00
3c230e6fb4 fix: optional label for download button in filelist 2024-08-21 11:21:26 +02:00
daniyal
d7b5ea9b9e fix: use default relayMap if its undefined in redux store
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-21 12:53:19 +05:00
b
c1b1c5a075 Merge branch 'staging' into reduce-relay-connection-attempts
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-21 07:42:43 +00:00
daniyal
4a553c047c chore: addressed PR comments
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-21 12:41:59 +05:00
7bb83695c9 Merge pull request 'fix: displays complete marks from other users' (#156) from issue-155 into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m11s
Reviewed-on: #156
Reviewed-by: enes <enes@noreply.git.nostrdev.com>
2024-08-21 07:32:14 +00:00
daniyal
42d74c656a fix: in pdf marking if counterpart does not have any of name, displayname, username then show pubkey
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-21 00:43:41 +05:00
daniyal
2c18c51029 chore: quick fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-21 00:34:39 +05:00
daniyal
f9fcfb1c9e fix: manage pending relay connection requests
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
Also remove the getMostPopularRelays function and use a hardcoded list of relays
Further, if metadata event is not found from relays cache an empty metadata for that pubkey
2024-08-21 00:16:21 +05:00
07d25ebbd2 fix: add parantheses, invoke unixNow
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m15s
2024-08-20 17:37:32 +02:00
23a7dc4269 Merge branch 'staging' into issue-155
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-20 14:08:18 +00:00
4d4a5b63cf fix: displays complete marks from other users
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 17:04:27 +03:00
c3a39157ff fix(verify-page): remove mark border in production, enable dev flag for css classes
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m14s
Hotfix
2024-08-20 15:47:51 +02:00
15e01f530f chore(git): merge branch 'staging' into 148-create-page 2024-08-20 14:39:19 +02:00
61f39d17ff fix(lint): add deps, remove any, update warning limit
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-08-20 14:38:03 +02:00
bec3c92b03 fix: add missing null and reduce warning limit
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 14:28:34 +02:00
s
0f8a40e9f0 Merge branch 'staging' into relay-controller
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 12:12:11 +00:00
3d3b8ba6e1 chore(git): merge branch 'staging' into 148-create-page
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 14:05:07 +02:00
17c91b5507 chore(git): merge branch 'staging' into 136-verify-page-after-merges
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 13:55:07 +02:00
e0d6c03639 fix(relay-controller): sigit relay immutability and relay list
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 13:52:24 +02:00
3a6c5ae8e3 chore: formatting
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 14:27:35 +03:00
55bf90e93c chore: linting
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 32s
2024-08-20 14:21:45 +03:00
b12ce258eb fix(create-page): show other file types in content 2024-08-20 11:46:45 +02:00
6f88f22933 fix: leaky styling and warnings
Closes #147
2024-08-20 11:46:45 +02:00
0d1a7ba171 fix(draw): add resize cursor to resize handle 2024-08-20 11:46:45 +02:00
19f7151db7 refactor(create-page): toolbox update 2024-08-20 11:46:45 +02:00
05b9248375 refactor(create-page): users design update 2024-08-20 11:46:24 +02:00
1caeb48e6c fix(create-page): file list 2024-08-20 11:44:54 +02:00
48f54d8568 refactor(create-page): update designs and add files navigation 2024-08-20 11:44:54 +02:00
29e6c85150 fix(create-page): only show signers in counterpart select 2024-08-20 11:44:54 +02:00
c2199b79bd refactor(create-page): styling 2024-08-20 11:44:54 +02:00
6641cf2ee7 fix: simplify events, more ts and clean up 2024-08-20 11:44:54 +02:00
86c8cc00fd feat(create-page): intial layout and page styling
Additional linting fixes
2024-08-20 11:44:54 +02:00
18637bbbc1 fix: update verify to use file signature check 2024-08-20 11:44:34 +02:00
eca31cea4f feat(pdf-marking): adds file validity check 2024-08-20 11:31:11 +02:00
b6479db266 fix(marks): add file grouping for marks, fix read pdf types
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 33s
2024-08-20 11:18:30 +02:00
b2c3cf2aca fix(sigit): add to submittedBy avatar badge for verified sigit creation 2024-08-20 11:18:30 +02:00
423b6b6792 fix(verify-page): add mark styling 2024-08-20 11:18:30 +02:00
268a4db3ff revert: "feat(pdf-marking): adds file validity check"
Refs: ed7acd6cb4
2024-08-20 11:18:30 +02:00
7278485b76 fix(verify-page): export (download) files now includes files
The issue was noticed on the windows machine, removing forward slash made it work
2024-08-20 11:18:30 +02:00
78060fa15f fix(marks): assign selectedMarkValue to currentValue and mark.value 2024-08-20 11:18:30 +02:00
f88e2ad680 fix(verify-page): parse and show mark values 2024-08-20 11:18:30 +02:00
2c586f3c13 feat(verify-page): add files view and content images 2024-08-20 11:18:30 +02:00
daniyal
a788309126 chore: update tsdoc for function defination in relay controller
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-20 13:55:31 +05:00
daniyal
c274879adc chore: use spread operator in relay reducer for setting mostPopular relays
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 12:53:07 +05:00
daniyal
3ae1a74dcd chore: compare objects before dispatching redux action 2024-08-19 21:29:15 +05:00
daniyal
2f1423a35a chore: added a timeout of 30 seconds to subscription
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-19 16:34:42 +05:00
79f37a842f fix: file path
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 30s
2024-08-19 11:07:19 +03:00
daniyal
12765cf758 chore: remove relay connection status from redux
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-18 22:55:13 +05:00
daniyal
66c7182fa4 chore(refactor): move dvm related function to dvm utils file and relay related to relays utils file
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-18 22:48:48 +05:00
daniyal
03cb6b1732 chore(refactor): move getNostrJoiningBlockNumber function to a separate dvm utils file 2024-08-16 11:42:28 +05:00
daniyal
a775d7b265 feat: implemented relay controller and use that for fetching and publishing events
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-15 22:13:39 +05:00
ed7acd6cb4 feat(pdf-marking): adds file validity check 2024-08-15 15:35:37 +03:00
b22f577cc2 fix: marking 2024-08-15 12:25:37 +03:00
2becab9f79 feat(pdf-marking): integrates UserDetails 2024-08-15 12:23:35 +03:00
7d3daa8d13 chore: git merge 136-verify-pageo signing-page-design 2024-08-14 17:22:21 +03:00
bff590f532 Merge branch 'staging' into signing-page-design 2024-08-14 17:19:32 +03:00
2f29ea9f35 fix: styling 2024-08-14 16:34:20 +03:00
d41d577c29 fix: styling 2024-08-14 16:08:42 +03:00
1c3d3ca88f refactor: pass meta to UserDetails instead of individual props 2024-08-14 14:44:11 +02:00
d8adb2c744 fix: next signer and spinner anim duration 2024-08-14 14:34:51 +02:00
3743a30ef6 fix: use correct key for signer status, update signer badge icons 2024-08-14 14:31:26 +02:00
4b04bdf39e refactor: useSigitMeta, DisplaySigners and UserDetails section 2024-08-14 14:27:49 +02:00
01ca81be2a feat: add simple spinner wrapper 2024-08-14 14:25:33 +02:00
64dbd7d479 feat(pdf-marking): integrates layouts 2024-08-14 12:36:51 +03:00
50c8f2b2d0 refactor: rename Files to StickySideColumns and update css 2024-08-14 12:28:39 +03:00
dfe67b99ad feat: add sticky layout with slots 2024-08-14 12:28:39 +03:00
97c82718cb fix: page scrolling 2024-08-14 12:24:15 +03:00
5ffedb68d6 refactor: rename Files to StickySideColumns and update css 2024-08-14 11:20:48 +02:00
b3155cce0d refactor: expand useSigitMeta and update verify w details section 2024-08-14 10:39:54 +02:00
e16b8cfe3f feat: add sticky layout with slots 2024-08-14 10:39:54 +02:00
bc23361fb0 refactor: move styles from page to Avatar Group component 2024-08-14 10:39:54 +02:00
d9779c10bd refactor: flat meta and add useSigitProfile 2024-08-14 10:39:54 +02:00
6652c6519e refactor(review): add date util functions
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 9s
2024-08-13 11:52:05 +02:00
6d881ccb45 feat(pdf-marking): adds file downloading functionality 2024-08-13 12:48:52 +03:00
f896849ffd refactor: expand useSigitMeta and add comments
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-12 14:26:03 +02:00
3549b6e542 fix: toggle 2024-08-12 12:32:36 +03:00
4c04c12403 fix: button colour 2024-08-12 12:08:53 +03:00
0d52cd7113 fix: selected mark selection 2024-08-12 10:16:30 +03:00
ed0158e817 feat(pdf-marking): updates design and functionality of the pdf marking form 2024-08-11 22:19:26 +03:00