Skip to content

Commit

Permalink
Changes requested (#310)
Browse files Browse the repository at this point in the history
* Changes requested

Signed-off-by: William Richter <[email protected]>

* updated google connection

Signed-off-by: William Richter <[email protected]>

* add google

Signed-off-by: William Richter <[email protected]>

* Apply formatting changes

* wallets

Signed-off-by: William Richter <[email protected]>

* fix spaces

Signed-off-by: William Richter <[email protected]>

* Update .vitepress/config.mts

* Update .vitepress/config.mts

* Update .vitepress/config.mts

---------

Signed-off-by: William Richter <[email protected]>
Co-authored-by: WRRicht3r <[email protected]>
Co-authored-by: Stefan Popov <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent e60122d commit 59a57de
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export default withMermaid(
{ text: "Create an Address", link: "create-an-address" },
{ text: "Account Security", link: "account-security" },
{ text: "Connect Wallet", link: "polkaswap-connect-wallet" },
{ text: "Connect with Google", link: "polkaswap-connect-with-google" },
{
text: "Send & Receive",
link: "send-and-receive",
Expand Down Expand Up @@ -298,14 +299,9 @@ export default withMermaid(
collapsed: false,
items: [
{ text: "Overview", link: "participate" },
{
text: "Connect Wallet",
link: "polkaswap-connect-wallet",
},
{
text: "Send & Receive",
link: "send-and-receive-polkaswap",
},
{ text: "Connect Wallet", link: "polkaswap-connect-wallet", },
{ text: "Connect with Google", link: "polkaswap-connect-with-google" },
{ text: "Send & Receive", link: "send-and-receive-polkaswap", },
{
text: "Explore the Ecosystem",
items: [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/polkaswap-connect-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ app.

2. You will see a list of supported wallet options to connect,
including an account created on [Google](/polkaswap-connect-with-google.md), [Fearless Wallet](https://fearlesswallet.io),
Polkadot.js, Subwallet, and Talisman, as well as Wallet Connect.
Polkadot.js, as well as Wallet Connect and other
[Polkadot-compatible
wallets](https://wiki.polkadot.network/docs/wallets-and-extensions)
that support SORA.

![](.gitbook/assets/choose-wallet-to-connect.png)

Expand Down
39 changes: 39 additions & 0 deletions src/polkaswap-connect-with-google.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,46 @@ After your Google account has been selected as the active account, your balances

![](.gitbook/assets/google-transaction-3.png)

:::info
The same will apply to liquidity provision transactions, both double (_pooling_) and single-sided (_staking_)—as well as Bridge transactions and claiming rewards.
:::

### Toggle Password Confirmations

Google account users can toggle whether they want to disable password
confirmations during every transaction. Here is how to do it:

:::info
This option is only available to toggle if you're connected through a
Google account.
:::

1. Navigate to the settings cog within the account view.

![](.gitbook/assets/google-password-confirmation-1.png)

2. Toggle the **second** Disable Password Confirmation switch and
select how long you want to disable the confirmation for, then
input your wallet password to confirm.

![](.gitbook/assets/google-password-confirmation-2.png)

![](.gitbook/assets/google-password-confirmation-3.png)

3. Congratulations, you have successfully toggled password
confirmation for your Google account.

:::info
Be especially careful when toggling password confirmation, as anyone
with access to your device could accidentally trigger a transaction.
:::

:::info
If you are not logged in with a Google account, this option will not
be available.

![](.gitbook/assets/google-password-confirmation-unavailable.png)
:::

## Learn More

Expand Down

0 comments on commit 59a57de

Please sign in to comment.