-
-
-
Enter your Password
-
- Enter
-
-
-
Create your Password
-
- Create
-
+
+
+
+
Enter your Password
+
+ Enter
+
+
Create your Password
+
+ Create
+
+
@@ -66,7 +71,7 @@ onMounted(() => {
justify-content: center;
height: 100vh;
width: 100vw;
- background-color: #1E1E1E;
+ background-color: #1e1e1e;
padding: 20px;
}
@@ -76,7 +81,7 @@ onMounted(() => {
}
.title {
- color: #FFFFFF;
+ color: #ffffff;
font-size: 30px;
margin-bottom: 20px;
font-weight: bold;
@@ -84,25 +89,25 @@ onMounted(() => {
letter-spacing: 1.5px;
}
-input[type="password"] {
+input[type='password'] {
width: 300px;
padding: 15px;
font-size: 16px;
- border: 2px solid #4CAF50;
+ border: 2px solid #4caf50;
border-radius: 8px;
outline: none;
margin-bottom: 20px;
- background-color: #2C2C2C;
+ background-color: #2c2c2c;
color: white;
transition: border-color 0.3s;
}
-input[type="password"]:focus {
- border-color: #6FFF78;
+input[type='password']:focus {
+ border-color: #6fff78;
}
.btn {
- background-color: #4CAF50;
+ background-color: #4caf50;
color: white;
border: none;
padding: 15px 30px;
@@ -111,11 +116,13 @@ input[type="password"]:focus {
border-radius: 30px;
margin-left: 10px;
cursor: pointer;
- transition: background-color 0.3s, transform 0.2s;
+ transition:
+ background-color 0.3s,
+ transform 0.2s;
}
.btn:hover {
- background-color: #45A049;
+ background-color: #45a049;
transform: translateY(-2px);
}
@@ -125,11 +132,11 @@ input[type="password"]:focus {
}
input::placeholder {
- color: #B0B0B0;
+ color: #b0b0b0;
}
@media (max-width: 768px) {
- input[type="password"] {
+ input[type='password'] {
width: 80%;
}
diff --git a/src/components/transaction/btn.vue b/src/components/transaction/btn.vue
deleted file mode 100644
index 5a8a5d0..0000000
--- a/src/components/transaction/btn.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
{{ props.txt }}
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/transaction/btnTransaction.vue b/src/components/transaction/btnTransaction.vue
new file mode 100644
index 0000000..1e2da7d
--- /dev/null
+++ b/src/components/transaction/btnTransaction.vue
@@ -0,0 +1,29 @@
+
+
+
{{ props.txt }}
+
+
+
+
+
+
diff --git a/src/components/transaction/transaction.vue b/src/components/transaction/transaction.vue
deleted file mode 100644
index 4672c90..0000000
--- a/src/components/transaction/transaction.vue
+++ /dev/null
@@ -1,269 +0,0 @@
-
-
-
-
-
-
- Sent > 0.0000000001 {{ transInfos.devise }}
-
-
- Sent {{ transInfos.value }} {{ transInfos.devise }}
-
-
-
- Received > 0.0000000001 {{ transInfos.devise }}
-
-
- Received {{ transInfos.value }} {{ transInfos.devise }}
-
-
- {{ transInfos.date }} to {{ reduceHashSize(transInfos.to) }}
- {{ transInfos.date }} from {{ reduceHashSize(transInfos.from) }}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/transaction/transactionDetails.vue b/src/components/transaction/transactionDetails.vue
new file mode 100644
index 0000000..7ea8f0b
--- /dev/null
+++ b/src/components/transaction/transactionDetails.vue
@@ -0,0 +1,289 @@
+trouv
+
+
+
+
+
+ Sent > 0.0000000001 {{ transInfos.devise }}
+
+ Sent {{ transInfos.value }} {{ transInfos.devise }}
+
+
+
+ Received > 0.0000000001 {{ transInfos.devise }}
+
+ Received {{ transInfos.value }} {{ transInfos.devise }}
+
+ {{ transInfos.date }} to {{ reduceHashSize(transInfos.to) }}
+ {{ transInfos.date }} from {{ reduceHashSize(transInfos.from) }}
+
+
+
+
+
+
+
+
+
diff --git a/src/components/transaction/transactionInfos.vue b/src/components/transaction/transactionInfos.vue
index e820e90..278f8d2 100644
--- a/src/components/transaction/transactionInfos.vue
+++ b/src/components/transaction/transactionInfos.vue
@@ -1,55 +1,52 @@
-
-
-
- Transaction Infos
-
-
-
Action: Call
- Action: Transaction
- Transaction hash: {{ props.data?.hash }}
- From: {{ fromAddr }}
- To: {{ toAddr }}
- Block number: {{ props.data?.blockNumber }}
- Time: {{ props.data?.date }}
- Value: {{ props.data?.value }} {{ props.data?.devise }}
-
-
-
-
+
+
+
+ Transaction Infos
+
+
+
Action: Call
+ Action: Transaction
+ Transaction hash: {{ props.data?.hash }}
+ From: {{ fromAddr }}
+ To: {{ toAddr }}
+ Block number: {{ props.data?.blockNumber }}
+ Time: {{ props.data?.date }}
+ Value: {{ props.data?.value }} {{ props.data?.devise }}
+
+
+
+
+
+
diff --git a/src/components/transaction/transactions_container.vue b/src/components/transaction/transactions_container.vue
index db92422..81cf925 100644
--- a/src/components/transaction/transactions_container.vue
+++ b/src/components/transaction/transactions_container.vue
@@ -2,74 +2,87 @@
Transactions
-
-
{{ msg }}
+
+
+ {{ msg }}
+
View full history on block explorer
-
+
+
+
\ No newline at end of file
+
diff --git a/src/components/wallet/headerMenu.vue b/src/components/wallet/headerMenu.vue
index 2a15810..d07fd81 100644
--- a/src/components/wallet/headerMenu.vue
+++ b/src/components/wallet/headerMenu.vue
@@ -1,60 +1,64 @@
-
-
{{gasValue}}
+
+
{{ gasValue }}
-
+
-
+