From 37889bad682614ce0f0cb76657e8ee903600e3de Mon Sep 17 00:00:00 2001 From: Jack Hamer Date: Tue, 23 May 2023 22:13:15 +0300 Subject: [PATCH] feat: other send options --- components/destination/DestinationItem.vue | 9 +++++ pages/transaction/zksync/era/index.vue | 38 +++++++++++++++++++++ public/.DS_Store | Bin 6148 -> 6148 bytes public/img/layerswap.svg | 6 ++++ public/img/orbiter.svg | 24 +++++++++++++ store/destinations.ts | 10 ++++++ 6 files changed, 87 insertions(+) create mode 100644 public/img/layerswap.svg create mode 100644 public/img/orbiter.svg diff --git a/components/destination/DestinationItem.vue b/components/destination/DestinationItem.vue index 64adcb49b..9c596c0bc 100644 --- a/components/destination/DestinationItem.vue +++ b/components/destination/DestinationItem.vue @@ -9,6 +9,9 @@
{{ description }}
+ @@ -28,6 +31,9 @@ defineProps({ description: { type: String, }, + icon: { + type: [Object, Function] as PropType, + }, }); @@ -50,5 +56,8 @@ defineProps({ @apply text-sm leading-tight text-gray-secondary; } } + .destination-icon { + @apply mx-3 h-4 w-4 text-gray-secondary; + } } diff --git a/pages/transaction/zksync/era/index.vue b/pages/transaction/zksync/era/index.vue index c7bd6a587..4d7601d9e 100644 --- a/pages/transaction/zksync/era/index.vue +++ b/pages/transaction/zksync/era/index.vue @@ -14,10 +14,48 @@ description="Withdraw to Ethereum (L1)" /> + + Send to exchange + + + + + + Send to another network + + + +