From 57edbcc38ba2cf6db7999aa9d8f6db2ce4c451bb Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 29 Mar 2024 15:16:17 -0400 Subject: [PATCH] orders view fixes --- src/components/LinePrice.vue | 34 +++++++++++++++++++++ src/components/Orders.vue | 42 ++++++++++---------------- src/components/PairPrice.vue | 32 ++++++++++---------- src/misc.js | 57 ++++++++++++++++++++++++++++-------- 4 files changed, 110 insertions(+), 55 deletions(-) create mode 100644 src/components/LinePrice.vue diff --git a/src/components/LinePrice.vue b/src/components/LinePrice.vue new file mode 100644 index 0000000..100fcb8 --- /dev/null +++ b/src/components/LinePrice.vue @@ -0,0 +1,34 @@ + + + + + \ No newline at end of file diff --git a/src/components/Orders.vue b/src/components/Orders.vue index 060c906..6192851 100644 --- a/src/components/Orders.vue +++ b/src/components/Orders.vue @@ -40,7 +40,9 @@ --> diff --git a/src/components/PairPrice.vue b/src/components/PairPrice.vue index 68fc70f..65403ec 100644 --- a/src/components/PairPrice.vue +++ b/src/components/PairPrice.vue @@ -1,7 +1,10 @@ @@ -9,30 +12,25 @@