generated from Tahul/vue-composable-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15470e0
commit 989069d
Showing
4 changed files
with
72 additions
and
4 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,19 @@ | ||
# Development | ||
|
||
## If you update the Wallet state, you also need to update the follows: | ||
|
||
- core/src/types/wallet.ts -> type Wallet | ||
- core/src/store.ts -> wallet | ||
- core/src/services/connect.ts -> resetWallet | ||
- core/src/services/connect.ts -> return Computed | ||
- core/src/types/listeners.ts -> type ConnWallet | ||
- core/src/utils/assert.ts -> assertConnected | ||
|
||
docs updates | ||
- app/content/en/overview.md -> Wallet & isConnected | ||
- app/content/zh-TW/overview.md -> Wallet & isConnected | ||
|
||
|
||
## Git Commit Convention | ||
|
||
If changes affect functionality within the packages, they will be merged using the Github Pull Request. Otherwise, updates for the website (app) or documentations will be pushed directly to the main branch. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Specifications | ||
|
||
Record of version for significant updates and their corresponding features. For detailed information, please refer to the GitHub release notes. | ||
|
||
## v1.3.0 | ||
|
||
- [Release](https://github.com/vu3th/vue-dapp/releases/tag/v1.3.0) | ||
- [Enable dapp browser in mobile wallet](https://github.com/vu3th/vue-dapp/issues/171) | ||
- [Ensure correct disconnection when browser wallet disconnects manually](https://github.com/vu3th/vue-dapp/pull/175) | ||
|
This file was deleted.
Oops, something went wrong.