diff --git a/.gitignore b/.gitignore index 9743756..af1fe4f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,6 @@ npm-debug.log* /plugins /www /src/extension/inject.js -readme.md \ No newline at end of file +README.md +PRIVACY_POLICY.md +LICENSE \ No newline at end of file diff --git a/public/_locale/en/messages.json b/public/_locale/en/messages.json new file mode 100644 index 0000000..5599d67 --- /dev/null +++ b/public/_locale/en/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "Clear EVM Wallet (CLW)", + "description": "This is an open-source EVM wallet based on ethers, ionic, vue, that implements the metamask API." + }, + "appDesc": { + "message": "Clear EVM Wallet (CLW)", + "description": "This is an open-source EVM wallet based on ethers, ionic, vue, that implements the metamask API." + } +} diff --git a/public/assets/randomGrad.svg b/public/assets/randomGrad.svg new file mode 100644 index 0000000..cf83897 --- /dev/null +++ b/public/assets/randomGrad.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index f283c2c..1fffcaa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,8 +6,9 @@ diff --git a/src/views/HistoryTab.vue b/src/views/HistoryTab.vue index d84818f..520cf84 100644 --- a/src/views/HistoryTab.vue +++ b/src/views/HistoryTab.vue @@ -5,29 +5,87 @@ History + + + You don't have any transaction history + + + + + + Date: {{ new Date(item.date).toDateString() }} + +

TxHash:{{ item.txHash }}

+
+ ChainId: {{ item.chainId }} + Website: {{ item.webiste }} + ViewTx: LINK +
+
+ + WIPE HISTORY + +
+
- Not implemented + + + + +