+
Scan
diff --git a/src/pages/market/Scan.vue b/src/pages/market/Scan.vue
index f79370b..4736639 100644
--- a/src/pages/market/Scan.vue
+++ b/src/pages/market/Scan.vue
@@ -1,7 +1,6 @@
@@ -88,6 +83,7 @@ onMounted(async () => {
- addOrRelaod(type)" @relaodAll="reloadAll" />
+ addOrRelaod(type)" @relaodAll="reloadAll" @buy="(type, buy, sell) => buyModal?.open(type, { 'Buy': buy, 'Sell': sell })" />
+
\ No newline at end of file
diff --git a/src/pages/market/Track.vue b/src/pages/market/Track.vue
index 5623f94..50bace9 100644
--- a/src/pages/market/Track.vue
+++ b/src/pages/market/Track.vue
@@ -1,6 +1,41 @@
-
+
+
+
+ buyModal?.open(type, { 'Price': price, 'Buy': buy, 'Sell': sell })" @sell="type => sellModal?.open(type)" />
+
+
+
+
\ No newline at end of file
diff --git a/src/sidebar/Sidebar.vue b/src/sidebar/Sidebar.vue
index be98563..ba71675 100644
--- a/src/sidebar/Sidebar.vue
+++ b/src/sidebar/Sidebar.vue
@@ -9,7 +9,7 @@ const links = [
-