diff --git a/src/assets/styles/settings/_variables.css b/src/assets/styles/settings/_variables.css
index 446a5a8b7..0058d28df 100644
--- a/src/assets/styles/settings/_variables.css
+++ b/src/assets/styles/settings/_variables.css
@@ -26,4 +26,5 @@
}
@custom-media --desktop (min-width: 1280px);
+@custom-media --mobile (min-width: 640px);
diff --git a/src/components/AccountDetailsPanel.vue b/src/components/AccountDetailsPanel.vue
index 9b1b769d1..d5e8b427f 100644
--- a/src/components/AccountDetailsPanel.vue
+++ b/src/components/AccountDetailsPanel.vue
@@ -26,7 +26,7 @@
Address
-
+ |
@@ -44,7 +44,7 @@
Balance
- |
+ |
|
@@ -56,7 +56,7 @@
Value
-
+ |
{{ sanitizedPrice }}
|
@@ -67,7 +67,7 @@
Transactions
-
+ |
{{ formatNumber(accountDetails.totalTransactionsCount) }}
|
@@ -80,7 +80,7 @@
Is Generalized
-
+ |
Generalized
@@ -95,7 +95,7 @@
Contract Id
- |
+ |
{{ accountDetails.contractId }}
@@ -110,7 +110,7 @@
Nonce
- |
+ |
{{ accountDetails.nonce }}
|
@@ -121,7 +121,7 @@
API Links
-
+ |
@@ -163,10 +163,22 @@ const sanitizedPrice = computed(() =>
diff --git a/src/components/ContractDetailsPanel.vue b/src/components/ContractDetailsPanel.vue
index 391fce375..93908c224 100644
--- a/src/components/ContractDetailsPanel.vue
+++ b/src/components/ContractDetailsPanel.vue
@@ -11,7 +11,7 @@
Smart Contract ID
-
+ |
@@ -32,7 +32,7 @@
Type
- |
+ |
{{ contractDetails.contractType }}
@@ -48,7 +48,7 @@
Token
- |
+ |
Create Transaction
-
+ |
{{ contractDetails.createTransactionHash }}
@@ -93,7 +93,7 @@
Created Height
-
+ |
{{ contractDetails.creationHeight }}
@@ -106,7 +106,7 @@
Created
- |
+ |
@@ -121,7 +121,7 @@
Created By
- |
+ |
{{ contractDetails.createdBy }}
@@ -141,7 +141,7 @@
Bytecode
-
+ |
@@ -154,7 +154,7 @@
Smart Contract’s Account
- |
+ |
{{ contractDetails.contractAccount }}
@@ -172,7 +172,7 @@
Smart Contract's Account Balance
-
+ |
|
@@ -183,7 +183,7 @@
Smart Contract Calls
-
+ |
{{ contractDetails.callsCount }}
|
@@ -194,7 +194,7 @@
API Links
-
+ |
@@ -241,19 +241,36 @@ const contractMiddlewareUrl = computed(() =>
diff --git a/src/components/NftDetailsPanel.vue b/src/components/NftDetailsPanel.vue
index 6d177615e..da4750d7f 100644
--- a/src/components/NftDetailsPanel.vue
+++ b/src/components/NftDetailsPanel.vue
@@ -9,7 +9,7 @@
Contract ID
-
+ |
@@ -27,7 +27,7 @@
Collection Name
- |
+ |
{{ nftDetails.name }}
|
@@ -38,7 +38,7 @@
Owners
-
+ |
{{ nftDetails.nftOwners }}
|
@@ -49,7 +49,7 @@
Amount
-
+ |
{{ nftDetails.nftsAmount }}
|
@@ -61,7 +61,7 @@
Extensions
-
+ |
@@ -86,7 +86,7 @@
Token limit
-
+ |
{{ nftDetails.tokenLimit }}
|
@@ -99,7 +99,7 @@
{{ nftsHints.templateLimit }}
-
+ |
{{ nftDetails.templateLimit }}
|
@@ -122,10 +122,22 @@ defineProps({
diff --git a/src/components/OracleDetailsPanel.vue b/src/components/OracleDetailsPanel.vue
index b0bb6cae0..0b57fea97 100644
--- a/src/components/OracleDetailsPanel.vue
+++ b/src/components/OracleDetailsPanel.vue
@@ -9,7 +9,7 @@
Oracle ID
-
+ |
@@ -28,7 +28,7 @@
Registered
-
+ |
Last Extended
-
+ |
@@ -76,7 +76,7 @@
Last Queried
-
+ |
@@ -101,7 +101,7 @@
Expiration
-
+ |
Query Fee
-
+ |
|
@@ -136,7 +136,7 @@
Query Format
-
+ |
{{ oracleDetails.queryFormat }}
|
@@ -147,7 +147,7 @@
Response Format
-
+ |
{{ oracleDetails.responseFormat }}
|
@@ -158,7 +158,7 @@
Operator
-
+ |
@@ -171,13 +171,13 @@
|
-
-
+ |
@@ -225,10 +225,22 @@ const oracleMiddlewareUrl = computed(() =>
diff --git a/src/components/TokenDetailsPanel.vue b/src/components/TokenDetailsPanel.vue
index c947e14e3..1dd02e257 100644
--- a/src/components/TokenDetailsPanel.vue
+++ b/src/components/TokenDetailsPanel.vue
@@ -9,7 +9,7 @@
Symbol
-
+ |
Name
-
+ |
{{ tokenDetails.name }}
|
@@ -39,7 +39,7 @@
AE Price
-
+ |
@@ -54,7 +54,7 @@
Fiat Price
- |
+ |
{{ fiatPrice }}
@@ -69,7 +69,7 @@
Market cap
- |
+ |
{{ marketCap }}
|
| |
@@ -80,7 +80,7 @@
Total supply
-
+ |
Smart Contract ID
-
+ |
{{ tokenDetails.contractId }}
@@ -112,7 +112,7 @@
Decimals
-
+ |
{{ tokenDetails.decimals }}
|
@@ -123,7 +123,7 @@
Token Holders
-
+ |
{{ tokenHoldersCount }}
|
@@ -134,7 +134,7 @@
Extensions
-
+ |
@@ -157,7 +157,7 @@
API Links
-
+ |
diff --git a/src/components/TransactionGeneralPanel.vue b/src/components/TransactionGeneralPanel.vue
index c8f3b52f8..1d66a1984 100644
--- a/src/components/TransactionGeneralPanel.vue
+++ b/src/components/TransactionGeneralPanel.vue
@@ -9,7 +9,7 @@
Transaction ID
-
+ |
@@ -27,7 +27,7 @@
Transaction Type
- |
+ |
{{ transactionDetails.type }}
|
@@ -38,7 +38,7 @@
Keyblock Height
-
+ |
{{ transactionDetails.blockHeight }}
@@ -52,7 +52,7 @@
Keyblock Confirmations
-
+ |
{{ transactionDetails.confirmations }}
|
@@ -63,7 +63,7 @@
Status
-
+ |
@@ -85,7 +85,7 @@
Microblock Hash
-
+ |
@@ -107,7 +107,7 @@
Created
-
+ |
@@ -120,7 +120,7 @@
Fee
- |
+ |
|
@@ -131,7 +131,7 @@
Nonce
-
+ |
{{ transactionDetails.nonce }}
|
@@ -142,7 +142,7 @@
API Links
-
+ |
@@ -191,10 +191,22 @@ const transactionMiddlewareUrl = computed(() => {
| | | | | | | | | | | | | | | | | | | |