From e6b5bc774837cddafd3e9f41f7a97776313a7e0c Mon Sep 17 00:00:00 2001 From: Vagner Date: Fri, 11 Oct 2024 16:36:04 -0300 Subject: [PATCH 01/15] Fix text displacement during interaction Topbar --- src/components/TopBar/TopBar.vue | 63 +++++++++++++++++++------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 172f141..696f939 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -89,12 +89,34 @@ onClickOutside(infoMenuRef, () => {
+
-
+
-
-

- Menu -

-
{ + + +
Date: Fri, 11 Oct 2024 17:53:12 -0300 Subject: [PATCH 02/15] Fix walletmenu using tailwind's and vue's best practices --- src/assets/chevron.svg | 3 ++ src/components/TopBar/TopBar.vue | 50 ++++++++++---------------------- 2 files changed, 18 insertions(+), 35 deletions(-) create mode 100644 src/assets/chevron.svg diff --git a/src/assets/chevron.svg b/src/assets/chevron.svg new file mode 100644 index 0000000..d5b4633 --- /dev/null +++ b/src/assets/chevron.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 696f939..3ab2524 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -314,7 +314,10 @@ onClickOutside(infoMenuRef, () => {
Account image {{ formatWalletAddress() }} - Chevron Down - Chevron Up - Chevron Down Black +
+ + + +
Date: Fri, 11 Oct 2024 18:39:51 -0300 Subject: [PATCH 03/15] Fix currencymenu using tailwind's and vue's best practices --- src/components/TopBar/TopBar.vue | 50 ++++++++++---------------------- 1 file changed, 15 insertions(+), 35 deletions(-) diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 3ab2524..4c5cd85 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -213,7 +213,10 @@ onClickOutside(infoMenuRef, () => {
Choosed network image { width="24" /> {{ Networks[etherStore.networkName].chainName }} - Chevron Down - Chevron Up - Chevron Down Black +
+ + + +
+ \ No newline at end of file From 61032e3d925a4173c610c48500d4c9264fef6f1f Mon Sep 17 00:00:00 2001 From: Vagner Date: Fri, 11 Oct 2024 19:09:51 -0300 Subject: [PATCH 04/15] Fix currency dropdown text and icon alignment --- src/components/TopBar/TopBar.vue | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 4c5cd85..4ed43ab 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -210,7 +210,7 @@ onClickOutside(infoMenuRef, () => {
-
+
{
-
-
- -
-
-
+
+ +
+
From bdf4e370187acb8bf44cc46b1efac51ed5093aea Mon Sep 17 00:00:00 2001 From: Vagner Date: Sat, 12 Oct 2024 12:41:40 -0300 Subject: [PATCH 05/15] Fix background hover overflowing on dropdowns --- src/components/TopBar/TopBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 4ed43ab..200f3a3 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -250,7 +250,7 @@ onClickOutside(infoMenuRef, () => { v-show="currencyMenuOpenToggle" class="mt-10 absolute text-gray-900 lg-view min-w-max left-0" > -
+