8b00ef538b
fix: unzip and use timeout util
2024-09-16 11:06:55 +02:00
13254fbe06
feat: add exportedBy to useSigitMeta
2024-09-16 11:06:55 +02:00
1dfab7b82b
refactor: metadatacontroller as singleton
2024-09-16 11:06:55 +02:00
759a40a4f9
fix(verify): offline flow
2024-09-16 11:06:55 +02:00
8b4f1a8973
fix(online-detection): use relative url
Open PR on Staging / audit_and_check (pull_request) Successful in 35s
2024-09-16 11:00:16 +02:00
79ef9eb8d6
fix: url
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-13 17:47:55 +02:00
aa8214d015
Merge branch 'staging' into issue-171
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-13 10:07:24 +00:00
ba24e7417d
refactor: log timeout error only, no toast
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-13 11:14:10 +02:00
ea7e3a0964
refactor: update url for online status
2024-09-13 11:06:06 +02:00
2e58b58a6a
refactor: move publish button to the bottom
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-09-12 13:30:59 +02:00
17c1700554
fix(login): use const and make sure to clear timeout always
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-12 13:24:05 +02:00
9191336722
refactor(login): update the delay message and increase timers
2024-09-12 12:17:58 +02:00
5f0234a358
fix: remove unstable fetch events loop
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-12 11:27:55 +02:00
235e76be4e
fix: processing gift wraps and notifications ( #193 )
...
Release to Staging / build_and_release (push) Successful in 1m16s
This change will potentially close multiple issues related to the gift-wrapped events processing (#168 , #158 ). Further testing will be required to confirm before closing each.
The commented-out code causes the race condition during the processing of the gift wraps with sigits.
During the processing we perform checks to see if sigit is outdated. In cases where sigit includes multiple signers it's possible for a signer to receive multiple sigit updates at once (especially noticeable for 3rd, 4th signer). Due to async nature of processing we can have same sigit enter processing flow with different states. Since this code also updates user's app state, which includes uploads to the blossom server it takes time to upload local user state which causes both to check against the stale data and un-updated app state. This results in both sigits being "new" and both proceed to update user state and upload app data. We have no guarantees as in which event will update last, meaning that the final state we end up with could be already stale.
The issue is also complicated due to the fact that we mark the gift wraps as processed and it's impossible to update the state without creating a new gift wrap with correct state and processing it last to overwrite stale state.
This is temporary solution to stop broken sigit states until proper async implementation is ready.
Co-authored-by: b
Reviewed-on: #193
Reviewed-by: eugene <eugene@nostrdev.com>
Co-authored-by: enes <mulahasanovic@outlook.com>
Co-committed-by: enes <mulahasanovic@outlook.com>
2024-09-12 08:26:59 +00:00
e48a396990
fix: verify/sign link
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-11 17:29:47 +02:00
7c80643aba
fix(login): extension login infinite loading
...
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
Fixes #196
2024-09-11 16:44:45 +02:00
9c545a477c
fix(errors): add custom timeout error
2024-09-11 16:33:53 +02:00
4d1e672268
feat(loading-spinner): add children support for default variant
2024-09-11 16:33:13 +02:00
79e14d45a1
chore: comment fix
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-11 15:41:42 +02:00
64e8ebba85
chore: renamed sigitKey to sigitCreateId
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-11 13:30:39 +02:00
4bc5882ab6
fix(loading): make sure the default spinner is absolute relative to root always
2024-09-11 13:27:50 +02:00
5dc8d53503
chore: sigitCreateId naming
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-09-11 12:33:40 +02:00
86a16c13ce
chore: comments and lint (typing)
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-09-11 12:29:38 +02:00
7c027825cd
style: lint fix
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-11 12:03:23 +02:00
8e71592d88
fix: routing, removed useEffect
2024-09-11 11:59:12 +02:00
75a715d002
feat: Add Sigit ID as a path param
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-09-10 16:00:48 +02:00
0244090c6a
Merge branch 'staging' into cache-checks-9-9
Open PR on Staging / audit_and_check (pull_request) Successful in 35s
2024-09-09 18:44:36 +00:00
f0ba9da8af
fix: outdated cache checks
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-09-09 14:16:58 +02:00
1d1c675dd7
Merge pull request #191 from lint-0-warnings into staging
...
Release to Staging / build_and_release (push) Successful in 1m17s
Reviewed-on: #191
Reviewed-by: s
2024-09-09 08:55:28 +00:00
70f646444b
fix: add types to rootReducer, rename userRobotImage types
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-09 10:19:37 +02:00
b8811d730a
fix(review): remove inline styles
Open PR on Staging / audit_and_check (pull_request) Successful in 35s
2024-09-05 13:24:34 +02:00
82b7b9f7ce
fix(mark): scroll into marks, add scroll margin and forwardRef
...
Closes #172
2024-09-05 09:32:01 +02:00
3e075754e5
feat(create): touch support for dnd
Open PR on Staging / audit_and_check (pull_request) Successful in 35s
2024-09-05 09:31:52 +02:00
c6010a5bef
refactor(create): add counterpart design update
2024-09-05 09:31:52 +02:00
81f40c345a
refactor: use ellipsis instead of 3 dots
2024-09-05 09:31:52 +02:00
734026b2ee
fix: bad margin value
2024-09-05 09:31:52 +02:00
5caa7f2282
refactor: update add counterparty design
2024-09-05 09:31:52 +02:00
fa7f0e2fc0
refactor(create): move add counterpart below, select role to toggle, remove duplicate code
2024-09-05 09:31:51 +02:00
9223857e18
refactor(drawing): fix mouse comments, use pointer
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-04 14:44:27 +02:00
2be7f3d51b
fix(tabs): add tab icons
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-09-04 14:05:36 +02:00
36281376bc
fix(mobile): use dynamic vh and one-by-one horizontal scroll
2024-09-04 13:44:10 +02:00
a3effd878b
fix(pdf): use minified version of pdf
2024-09-03 16:46:54 +02:00
b20ffe6e87
refactor(mobile): drawing mouse to pointer events, field colors and actions feedback, touch action
2024-09-03 10:14:43 +02:00
757012399a
fix: main css background, avoid overscroll showing white edge
2024-09-02 14:41:25 +02:00
c2d065a8a5
refactor(pdf-dist): optimize workers
2024-09-02 12:59:35 +02:00
d1b9eb55d8
fix(spinner): remove dummy desc and use variants
2024-09-02 12:49:51 +02:00
e5f8b797bb
refactor(spinner): use data variant for styles
2024-09-02 11:36:31 +02:00
d627db5ac0
refactor(spinner): new default design
2024-09-02 11:35:39 +02:00
6abdb0ae2b
refactor: files styling, move styling reset to app from module
2024-08-30 17:58:40 +02:00
be9bfc28c8
refactor(mobile): tabs navigation, observer active for tabs, tabs layout scrolling
2024-08-30 17:39:32 +02:00
2e9e9b0a06
refactor(mobile): styling for sign actions box
2024-08-30 17:37:57 +02:00
15aaef948d
fix(create): block if no signers
2024-08-30 13:27:10 +02:00
bee566424d
refactor: split signers and viewers in the users section
2024-08-30 12:55:04 +02:00
f8533b0ffd
refactor(content): add small loading spinner to content sections
...
Closes #141
2024-08-30 12:28:33 +02:00
6f7d4c9dcf
fix(mobile): active tab default state and styling
2024-08-30 10:57:51 +02:00
d9be05165f
feat(mobile): tabs and scrolling
2024-08-29 17:18:32 +02:00
2367eb1887
chore(browser-warn): add alt attribute to image, part 2
2024-08-29 17:03:16 +02:00
156bc59e1a
chore(browser-warn): add alt attribute to image
2024-08-29 17:02:32 +02:00
a48751b9a8
refactor(footer): make footer a portal and use as needed
2024-08-29 16:43:09 +02:00
b3564389f9
refactor(sticky-columns-layout): initial responsiveness and breakpoints
2024-08-29 13:09:56 +02:00
5c8cbc1956
refactor(toolbox): responsiveness and cleanup
2024-08-29 13:09:56 +02:00
e2b12afc72
refactor(review): handle loading state, browser warnings
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-08-29 12:54:51 +02:00
20d1170f7d
fix(sign): allow signing without marks, hide loading and show toast for prevSig error
Open PR on Staging / audit_and_check (pull_request) Successful in 36s
2024-08-28 13:25:56 +02:00
a8020e6db2
fix(column-layout): wrap content column to prevent expanding
2024-08-28 13:25:56 +02:00
1c998ab99f
refactor(error): refactor MetaParseError 2
2024-08-28 13:25:56 +02:00
fa1811a330
refactor(error): refactor SigitMetaParseError
2024-08-28 13:25:56 +02:00
624afae851
fix(create): throw on mark with no counterpart
2024-08-28 13:25:56 +02:00
3a03e3c7e8
chore: comment typo
2024-08-28 13:25:56 +02:00
5570d72f79
chore(git): merge pr #165 from 146-pdf-scaling into staging
...
Release to Staging / build_and_release (push) Successful in 1m21s
Reviewed-on: #165
Reviewed-by: eugene <eugene@nostrdev.com>
2024-08-28 11:23:33 +00:00
59c3fc69a2
fix(pdf): reuse content width function
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-28 11:41:29 +02:00
9dc160e89c
Merge pull request 'Signing Order' ( #167 ) from issue-158 into staging
...
Release to Staging / build_and_release (push) Successful in 1m13s
Reviewed-on: #167
Reviewed-by: enes <enes@noreply.git.nostrdev.com>
2024-08-28 08:41:33 +00:00
a442e71087
fix(pdf): add proper default width value
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-08-27 17:28:18 +02:00
923a47b4d0
fix(drawfield): match label and select
Open PR on Staging / audit_and_check (pull_request) Successful in 36s
2024-08-27 16:10:57 +02:00
4712031615
fix(pdf): scaling on resize, add avatars to counterpart select
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
2024-08-27 15:24:19 +02:00
ec305c417b
fix: signing order
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
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
...
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
...
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
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
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
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
Open PR on Staging / audit_and_check (pull_request) Failing after 17s
2024-08-22 13:08:30 +05:00
15d4d0a752
fix: review suggestion
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
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-21 11:37:07 +02:00
329fd3d27b
fix: useSigitProfile dep
...
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
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-21 12:53:19 +05:00
c1b1c5a075
Merge branch 'staging' into reduce-relay-connection-attempts
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
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
...
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
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
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
...
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
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
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
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
...
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
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
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 14:28:34 +02:00
0f8a40e9f0
Merge branch 'staging' into relay-controller
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
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
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
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 13:52:24 +02:00
3a6c5ae8e3
chore: formatting
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 14:27:35 +03:00
55bf90e93c
chore: linting
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
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
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
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
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-19 16:34:42 +05:00
79f37a842f
fix: file path
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
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
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
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