-
Notifications
You must be signed in to change notification settings - Fork 75
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
docs: Add React Hooks section #622
Merged
Merged
Conversation
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
Branch preview✅ Deployed successfully in branch deployment: |
Overall readability score: 32.39 (🟢 +0.45)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
* Initial commit * Add info * Add more documentation for the useSafe hook * valve * Add SafeConfig * Improve descriptions and snippets * Update pages/reference-react-hooks/usesafe.mdx Co-authored-by: Tim <[email protected]> * Update pages/reference-react-hooks/useconfirmtransaction.mdx Co-authored-by: Tim <[email protected]> * Update pages/reference-react-hooks/useconfirmtransaction.mdx Co-authored-by: Tim <[email protected]> * Improve some texts * Update title * Add `useUpdateThreshold` hook to reference-react-hooks * Improve text * Code formatting * Format code snippets * Update URL path and folder name * Add reference for the `useUpdateOwners` hook * fix: Move useUpdateOwners documentation file to correct folder * Fix typo * Improve desciption for config property in UseTransactionParams * Split useSafe hook * Format all useSafe function pages * fix: Import statement for config * Add code example for `isInitialized` flag * Add code example for `isSignerConnected` flag * Add descriptions for `useSendTransaction` and `useConfirmTransaction` * Added missing reference for `isOwnerConnected` flag * Improve descriptions for `isSignerConnected` and `isOwnerConnected` * Format code snippets with values * Format useSafe hooks * Rename Safe hooks package * Turn Vale off in code snippets * Restructure useUpdateOnwers folders * Order hooks alphabetically * Update send and confirm descriptions * Document all params in createconfig * Remove SafeConfig type * Update owners management descriptions and code snippets * Update descriptions and code snippets * Update caveats * Use safeAddress param by default * Add all useQuery result types * Add all query mutations result types * Fix code snippets * Fix style * Order params and return sections * Order hooks * Fix imports in code snippets --------- Co-authored-by: Tim <[email protected]> Co-authored-by: Germán Martínez <[email protected]> Co-authored-by: Germán Martínez <[email protected]>
The methods mentioned above, such as createRelayedTransaction and executeRelayTransaction, are deprecated.
* Add send transactions guide * Fix titles in the reference * Small fixes/typos * Fix installation * Add hooks home page * Adjust styles * Update SDK sidebar
germartinez
force-pushed
the
development
branch
from
October 17, 2024 13:57
660fc62
to
32f6de7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
This PR:
development
intomain
branch.Content: