-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(*): replace isReconnecting with unified isReady state (#335)
* feat(*): add isReady state to track manager initialization Add `managerStatus` to track wallet manager initialization state and expose `isReady` getter in React, Vue, and Solid implementations. This allows consumers to know when the wallet manager has completed initialization and is ready for use. - Add `managerStatus` to `State` type and `defaultState` - Add `status` and `isReady` getters to `WalletManager` class - Remove `isReconnecting` from React implementation (see PR #330) - Add `isReady` to all framework implementations - Add tests for `isReady` behavior * docs(react): update isReady state documentation Replace `isReconnecting` with `isReady` in React quick start guide to reflect the new unified approach to wallet manager initialization state across all framework implementations. Update example code and description to be more descriptive and user-friendly.
- Loading branch information
Showing
12 changed files
with
284 additions
and
69 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
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.