Commit Graph

172 Commits

Author SHA1 Message Date
SwiftHawk
29654a9b91 chore: add comments 2024-06-13 14:58:54 +05:00
SwiftHawk
92b62a3cbe feat: navigate to different pages based on uploaded file 2024-06-13 11:47:28 +05:00
SwiftHawk
e8da0dc76f fix: update online and offline flows 2024-06-12 19:44:06 +05:00
SwiftHawk
8b90267e8d chore: update the implementation of export sigit 2024-06-12 16:21:45 +05:00
SwiftHawk
a3abf40f44 chore(refactor): move DisplayMeta component to separate file 2024-06-12 15:10:34 +05:00
SwiftHawk
ded8304c66 fix: sigit's wrapper zip should contain keys.json file 2024-06-12 15:02:26 +05:00
SwiftHawk
b145624f4c chore(refactor): break handle sign function into smaller chunks 2024-06-11 16:49:10 +05:00
SwiftHawk
c530abd298 chore(refactor): refactor handle create function 2024-06-10 18:10:43 +05:00
SwiftHawk
6f8830a77c fix: home screen style fixed for mobile view 2024-06-08 00:37:03 +05:00
SwiftHawk
021db5679a fix: replace sign with upload in homepage 2024-06-07 16:17:35 +05:00
SwiftHawk
de4d927c73 feat: improve design for homepage 2024-06-07 16:13:32 +05:00
SwiftHawk
8884389c6a feat: add verify link in landing page 2024-06-04 11:37:30 +05:00
SwiftHawk
07459e5e89 chore: add title field in meta.json 2024-06-03 22:59:51 +05:00
SwiftHawk
12ca854c48 feat: make verify page public and add verify option in user menu list 2024-06-03 19:46:42 +05:00
s
e7a004d0e7 Merge branch 'staging' into issue-103 2024-06-03 09:03:34 +00:00
SwiftHawk
1f7980e2ca feat: in offline mode navigate creator to sign screen after creation when creator is first signer 2024-06-03 14:01:24 +05:00
SwiftHawk
fff0fd762d fix: convert npub/nip05 to lowercase on adding as signer/viewer 2024-06-03 12:13:37 +05:00
SwiftHawk
662c1c26b3 Merge branch 'staging' into issue-69 2024-05-31 14:27:50 +05:00
SwiftHawk
278d9655f6 feat: add cache setting page 2024-05-31 14:26:59 +05:00
SwiftHawk
307f32bb7b fix: false positive case of navigator.online 2024-05-31 12:14:33 +05:00
SwiftHawk
425e7bc653 chore: convert hexkey of submitter to npub format 2024-05-31 09:09:48 +05:00
SwiftHawk
e82023f105 feat: added a setting page 2024-05-31 08:57:43 +05:00
SwiftHawk
ba1219b790 chore: if name or display name is not defined in metadata, set npub in top right 2024-05-30 22:36:17 +05:00
SwiftHawk
2b9617232e feat: update findMetadata method of metadata controller 2024-05-30 22:28:40 +05:00
SwiftHawk
5b1147da5d feat: added a local cache based on browsers built in indexDB 2024-05-30 22:26:57 +05:00
Yury
b27b27f067 chore: added comment 2024-05-29 17:08:38 +03:00
Yury
f041370c62 chore: added comment 2024-05-29 17:06:47 +03:00
Yury
7be98978dd fix(Offline): fixed 0.0.0.0 host 2024-05-29 17:03:00 +03:00
Yury
ecc752d31a chore(Types): improved relay stats types 2024-05-29 09:54:02 +03:00
zver
c3d5a1042c fix: adding link to source and updating home page wording 2024-05-28 15:58:53 +01:00
SwiftHawk
3ff96e453c Merge branch 'staging' into issue-73 2024-05-28 15:11:48 +05:00
SwiftHawk
c3c9bf772d feat: add the ability to create and sign while user is offline 2024-05-28 15:10:06 +05:00
Yury
be4e7ab2bd fix(Login): fixed loginWithExtension func 2024-05-28 12:23:18 +03:00
Yury
026537c75b fix(MetadataController): fixed getting popular relays 2024-05-28 12:22:31 +03:00
SwiftHawk
9bb62cf966 fix: use kind 0 event for nostr joining block 2024-05-27 15:57:40 +05:00
SwiftHawk
90734196e5 fix: use kind 27235 in place of kind 1 wherever possible 2024-05-27 15:56:52 +05:00
SwiftHawk
3efa557976 feat: allow the user to login via nsecbunker using only domain part 2024-05-27 14:32:24 +05:00
b
645039a6d4 revert 72251d9f40
All checks were successful
Release / build_and_release (push) Successful in 1m5s
revert Merge pull request 'relay-management-latest' (#75) from relay-management-latest into main

Reviewed-on: https://git.sigit.io/sig/it/pulls/75
2024-05-24 14:31:18 +00:00
Yury
fb2d8eb4d7 chore: cleanup 2024-05-24 16:40:18 +03:00
Yury
fc032afb8f chore: added changes from main 2024-05-24 16:11:34 +03:00
Yury
ffb237991c feat(Relay): added methods to get info, most popular, connect and disconnect from relays 2024-05-24 16:10:49 +03:00
Yury
c37e8f36c2 feat(Relays): improved relays page 2024-05-24 16:10:49 +03:00
Yury
803e242b01 fix(LogOut): used log out action instead of clearState utility 2024-05-24 16:10:49 +03:00
Yury
ad69504278 chore(Store): added USER_LOGOUT action 2024-05-24 16:10:49 +03:00
Yury
f9518a6e4d chore(Types): added relay types 2024-05-24 16:10:49 +03:00
Yury
106827b6da feat(Store): configured relays state 2024-05-24 16:10:49 +03:00
Yury
64f822743f feat(Relays): added logic to manage relays 2024-05-24 16:10:49 +03:00
SwiftHawk
b36e98c09d chore: quick fix
All checks were successful
Release / build_and_release (push) Successful in 1m6s
2024-05-24 14:36:36 +05:00
b
2cdcfd7ca7 Merge branch 'main' into improve-verification 2024-05-24 09:27:46 +00:00
Davinci
e501f99729 chore: removed commented code 2024-05-24 08:51:59 +02:00