Skip to content

Commit

Permalink
add details
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingzhang committed Dec 13, 2023
1 parent 787b0ab commit d660265
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
15 changes: 12 additions & 3 deletions docs/_2_user_manual/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
````
# User's manual
````

Coming soon...

Expand Down Expand Up @@ -45,7 +47,8 @@ Regardless of its label as "beta" or "not a beta," it functions as the mainnet,

While each TApp has its unique characteristics, many share common features like login/logout and checking account balances. This section will provide explanations on how to use these shared features.

#### Before login
<details>
<summary>Before login confirm the account address</summary>

{% tabs %}
{% tab title="Phone" %}
Expand All @@ -66,7 +69,9 @@ The address on the left is the currently connected address for this web page. Fo
{% endtab %}
{% endtabs %}

#### Check auth list and sign
</details>
<details>
<summary>Check auth list and sign</summary>

Click on the login icon to review all necessary authentication steps. If you agree with all requested authorizations, proceed to sign this login transaction using Metamask's **sign** button. For more information about requested authorizations, refer to [tapp auth](tapp%20auth.md).

Expand All @@ -87,7 +92,9 @@ Click on the login icon to review all necessary authentication steps. If you agr
{% endtab %}
{% endtabs %}

#### After log in
</details>
<details>
<summary> Confirm after a successful log in</summary>

{% tabs %}
{% tab title="Phone" %}
Expand All @@ -107,6 +114,8 @@ After successfully logging in, you will notice that the "login" button has chang
{% endtab %}
{% endtabs %}

</details>

### Account page

## System TApps
Expand Down
21 changes: 17 additions & 4 deletions obsidian/_2_user_manual/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# User's manual
# User's manual

Coming soon...

Expand Down Expand Up @@ -47,7 +47,10 @@ Regardless of its label as "beta" or "not a beta," it functions as the mainnet,

While each TApp has its unique characteristics, many share common features like login/logout and checking account balances. This section will provide explanations on how to use these shared features.

#### Before login
<details>

<summary>Before login confirm the account address</summary>

{% tabs %}
{% tab title="Phone" %}

Expand All @@ -66,7 +69,11 @@ The address on the left is the currently connected address for this web page. Fo

{% endtab %}
{% endtabs %}
#### Check auth list and sign

</details>
<details>
<summary>Check auth list and sign</summary>

Click on the login icon to review all necessary authentication steps. If you agree with all requested authorizations, proceed to sign this login transaction using Metamask's **sign** button. For more information about requested authorizations, refer to [[tapp auth]].

{% tabs %}
Expand All @@ -85,7 +92,11 @@ Click on the login icon to review all necessary authentication steps. If you agr

{% endtab %}
{% endtabs %}
#### After log in

</details>
<details>

<summary> Confirm after a successful log in</summary>

{% tabs %}
{% tab title="Phone" %}
Expand All @@ -105,6 +116,8 @@ After successfully logging in, you will notice that the "login" button has chang
{% endtab %}
{% endtabs %}

</details>

### Account page


Expand Down

0 comments on commit d660265

Please sign in to comment.