From 877dc2b04e2a7431a5930e9f2d645c1d9aee4c50 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Sat, 21 Aug 2021 00:49:45 +0300 Subject: [PATCH] add account dropdown --- components/AccountDropdown.vue | 184 +++++++++++++++++++++++++++++++++ components/Navbar.vue | 24 +---- 2 files changed, 189 insertions(+), 19 deletions(-) create mode 100644 components/AccountDropdown.vue diff --git a/components/AccountDropdown.vue b/components/AccountDropdown.vue new file mode 100644 index 0000000..c209021 --- /dev/null +++ b/components/AccountDropdown.vue @@ -0,0 +1,184 @@ + + + diff --git a/components/Navbar.vue b/components/Navbar.vue index a706938..290fae7 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -31,7 +31,7 @@ - - - - + + @@ -79,7 +65,7 @@ export default defineComponent({ startSimulation, stopSimulation, forkId, - loading, + loading } = useTenderly(); return { @@ -90,7 +76,7 @@ export default defineComponent({ startSimulation, stopSimulation, forkId, - loading, + loading }; } });