Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atlas integration for authentication, user settings, email confirmation, uploads #1654

Merged
merged 35 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0d004b7
chore(web): initial-wrapper-update
Harman-singh-waraich Jul 15, 2024
7172065
chore(web): update-queries
Harman-singh-waraich Jul 26, 2024
f454372
chore: update-netlify-functions-to-test-notifications
Harman-singh-waraich Jul 26, 2024
e985455
chore: update-lockfile
Harman-singh-waraich Jul 26, 2024
53b7b2a
fix(functions): fix-address-fetching-from-jwt-payload
Harman-singh-waraich Jul 26, 2024
33b818e
refactor(web): export-ensure-auth-as-default
Harman-singh-waraich Jul 26, 2024
ba2442a
refactor(web): structured-atlas-interaction
Harman-singh-waraich Aug 8, 2024
ddd06d1
refactor(web): code-smells
Harman-singh-waraich Aug 8, 2024
10efe92
refactor(web): remove-unused-import
Harman-singh-waraich Aug 8, 2024
5b41eda
Merge branch 'dev' into feat/atlas-siwe
Harman-singh-waraich Aug 9, 2024
cff6ee0
Merge branch 'dev' into feat/atlas-siwe
Harman-singh-waraich Aug 9, 2024
cc3a8be
feat(web): user-settings-integration
Harman-singh-waraich Aug 9, 2024
c58fb70
chore(web): remove-old-notifications-logic
Harman-singh-waraich Aug 9, 2024
ce7835f
refactor(web): refetch-on-address-change-and-set-empty-email-invalid
Harman-singh-waraich Aug 9, 2024
6ea2dd3
refactor(web): remove-previous-user-data-on-address-change
Harman-singh-waraich Aug 9, 2024
94b4714
Merge branch 'dev' into feat/atlas-siwe
Harman-singh-waraich Aug 21, 2024
cb8375b
chore(web): update-atlas-utils
Harman-singh-waraich Aug 21, 2024
b121de6
fix(web): upload-to-ipfs-token-fetch
Harman-singh-waraich Aug 22, 2024
39cf66d
chore: removal of the supabase dependencies
jaybuidl Sep 6, 2024
3d217da
feat(web): atlas-upload-to-ipfs-integration
Harman-singh-waraich Sep 12, 2024
b809aa0
chore(web): update-user-email-update-query
Harman-singh-waraich Sep 28, 2024
4f043cd
feat(web): email-verify-info
Harman-singh-waraich Oct 1, 2024
3397a63
feat(web): confirm-email-page
Harman-singh-waraich Oct 1, 2024
95ecb24
feat(web): email-verification-info-and-resend-button
Harman-singh-waraich Oct 1, 2024
3d0e0ca
fix(web): add-missing-property
Harman-singh-waraich Oct 1, 2024
4375993
refactor(web): remove-unnecessary-use-memo-usage
Harman-singh-waraich Oct 1, 2024
143d33f
chore(web): update-confirm-email-mutation
Harman-singh-waraich Oct 3, 2024
50ea26a
feat(web): confirmation-page-ui
Harman-singh-waraich Oct 3, 2024
16f8a17
refactor(web): refactor-message-configs
Harman-singh-waraich Oct 3, 2024
1ae4047
fix(web): fix-header-and-icon-color
Harman-singh-waraich Oct 3, 2024
9382b7f
Merge branch 'dev' into feat/atlas-siwe
Harman-singh-waraich Oct 10, 2024
4fa24cb
Merge branch 'feat/atlas-siwe' into feat/atlas-ipfs-upload
Harman-singh-waraich Oct 15, 2024
96a49cc
chore(web): new-ipfs-upload-flow
jaybuidl Oct 15, 2024
6f58f20
Merge pull request #1687 from kleros/feat/atlas-ipfs-upload
jaybuidl Oct 16, 2024
e72bd47
Merge branch 'dev' into feat/atlas-siwe
jaybuidl Oct 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/.env.devnet-neo.public
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3084598
export REACT_APP_DEVTOOLS_URL=https://dev--kleros-v2-neo-devtools.netlify.app
export REACT_APP_ARBITRATOR_TYPE=neo
export REACT_APP_ATLAS_URI=http://localhost:3000
export WALLETCONNECT_PROJECT_ID=
export ALCHEMY_API_KEY=
export NODE_OPTIONS='--max-old-space-size=7680'
1 change: 1 addition & 0 deletions web/.env.devnet-university.public
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/6
export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3084598
export REACT_APP_ARBITRATOR_TYPE=university
export REACT_APP_ATLAS_URI=http://localhost:3000
export WALLETCONNECT_PROJECT_ID=
export ALCHEMY_API_KEY=
export NODE_OPTIONS='--max-old-space-size=7680'
1 change: 1 addition & 0 deletions web/.env.devnet.public
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export REACT_APP_CORE_SUBGRAPH=https://api.studio.thegraph.com/query/61738/klero
export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-drt-arbisep-devnet/version/latest
export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3084598
export REACT_APP_ATLAS_URI=http://localhost:3000
export REACT_APP_DEVTOOLS_URL=https://dev--kleros-v2-testnet-devtools.netlify.app
export WALLETCONNECT_PROJECT_ID=
export ALCHEMY_API_KEY=
Expand Down
1 change: 1 addition & 0 deletions web/.env.local.public
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export REACT_APP_DEPLOYMENT=devnet
export REACT_APP_CORE_SUBGRAPH=http://localhost:8000/subgraphs/name/kleros/kleros-v2-core-local
export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.thegraph.com/subgraphs/name/alcercu/templateregistrydevnet
export REACT_APP_ATLAS_URI=http://localhost:3000
export WALLETCONNECT_PROJECT_ID=
export ALCHEMY_API_KEY=
export NODE_OPTIONS='--max-old-space-size=7680'
1 change: 1 addition & 0 deletions web/.env.mainnet-neo.public
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
export REACT_APP_GENESIS_BLOCK_ARBMAINNET=190274403
export REACT_APP_DEVTOOLS_URL=https://devtools.v2.kleros.builders
export REACT_APP_ARBITRATOR_TYPE=neo
export REACT_APP_ATLAS_URI=http://localhost:3000
export WALLETCONNECT_PROJECT_ID=
export ALCHEMY_API_KEY=
export NODE_OPTIONS='--max-old-space-size=7680'
1 change: 1 addition & 0 deletions web/.env.testnet.public
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export REACT_APP_DEPLOYMENT=testnet
export REACT_APP_CORE_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-core-testnet/version/latest
export REACT_APP_DRT_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-drt-arbisep-devnet/version/latest
export REACT_APP_STATUS_URL=https://kleros-v2.betteruptime.com/badge
export REACT_APP_ATLAS_URI=http://localhost:3000
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=3842783
export REACT_APP_DEVTOOLS_URL=https://devtools.v2-testnet.kleros.builders
export WALLETCONNECT_PROJECT_ID=
Expand Down
117 changes: 0 additions & 117 deletions web/netlify/functions/authUser.ts

This file was deleted.

33 changes: 0 additions & 33 deletions web/netlify/functions/fetch-settings.ts

This file was deleted.

50 changes: 0 additions & 50 deletions web/netlify/functions/getNonce.ts

This file was deleted.

92 changes: 0 additions & 92 deletions web/netlify/functions/update-settings.ts

This file was deleted.

Loading
Loading