From fdea1402c6b98dd93ff47eedc324662656a8343f Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 16 Feb 2025 15:30:23 -0400 Subject: [PATCH] Terms and Fees --- src/components/Footer.vue | 3 +- src/components/TermsOfService.vue | 655 +-------------------------- src/components/TosCard.vue | 710 ++++++++++++++++++++++++++++++ src/corp/Fees.vue | 82 ++++ src/corp/TermsAndConditions.vue | 12 + 5 files changed, 812 insertions(+), 650 deletions(-) create mode 100644 src/components/TosCard.vue create mode 100644 src/corp/Fees.vue create mode 100644 src/corp/TermsAndConditions.vue diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 71052a0..a08b00b 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -2,7 +2,8 @@ -
©{{ new Date().getFullYear() }} Dexorder LLC
+ +
Dexorder Trading Services Ltd., British Virgin Islands
diff --git a/src/components/TermsOfService.vue b/src/components/TermsOfService.vue index 2d9f283..a330084 100644 --- a/src/components/TermsOfService.vue +++ b/src/components/TermsOfService.vue @@ -1,651 +1,13 @@ @@ -661,6 +23,7 @@ import {usePrefStore} from "@/store/store.js"; import {computed, ref, watch} from "vue"; import {socket} from "@/socket.js"; +import TosCard from "@/components/TosCard.vue"; // UPDATE THIS WHEN CHANGING THE TOS const CURRENT_VERSION='2024-11-18' // this must be a parseable date @@ -693,9 +56,3 @@ function decline() { - diff --git a/src/components/TosCard.vue b/src/components/TosCard.vue new file mode 100644 index 0000000..edb27bd --- /dev/null +++ b/src/components/TosCard.vue @@ -0,0 +1,710 @@ + + + diff --git a/src/corp/Fees.vue b/src/corp/Fees.vue new file mode 100644 index 0000000..996782a --- /dev/null +++ b/src/corp/Fees.vue @@ -0,0 +1,82 @@ + + + + + \ No newline at end of file diff --git a/src/corp/TermsAndConditions.vue b/src/corp/TermsAndConditions.vue new file mode 100644 index 0000000..5cf5991 --- /dev/null +++ b/src/corp/TermsAndConditions.vue @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file