-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add pre-signature dialog before connecting
WalletConnect
(#454)
- Loading branch information
1 parent
881be12
commit 71256d8
Showing
11 changed files
with
209 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@fuel-connectors/walletconnect-connector": minor | ||
"@fuels/connectors": minor | ||
"@fuels/react": minor | ||
--- | ||
|
||
Added a pre-signature dialog to the `WalletConnectConnector` to inform users about the signature purpose. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!-- | ||
List the issues this PR closes in a bullet list format, e.g.: | ||
- Closes #X | ||
- Closes `FE-Z` | ||
--> | ||
|
||
# Summary | ||
<!-- | ||
Please include a summary of your changes if something is not self-explanatory from the closed issues. | ||
Many times this section is not needed as the closed issues themselves explains the reason of the PR exists. On that case just remove this section it. | ||
--> | ||
|
||
# Checklist | ||
|
||
- [ ] I've added error handling for all actions/requests, and verified how this error will show on UI. | ||
- [ ] I've reviewed all the copies changed/added in this PR (use AI if needs help) | ||
- [ ] I've included the reference to the issues being closed (Github and/or Linear) | ||
- [ ] I've changed the Docs to reflect my changes (project setup, run commands, etc…) | ||
- [ ] I've put docs links where it may be helpful. | ||
- [ ] | ||
- [ ] I've added error handling for all actions/requests, and verified how it will show on UI (or verifying error handling was needed) | ||
- [ ] I've reviewed all the copies changed/added in this PR, using AI if needed (or no copy changes were made) | ||
- [ ] I've included the reference to the Github and/or Linear issues being closed (or no issues to reference) | ||
- [ ] I've changed the Docs to reflect my changes (or no doc updates were needed) | ||
- [ ] I've put docs links where it may be helpful (or no doc links were needed) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.