diff --git a/components/account/CountrySelect.vue b/components/account/CountrySelect.vue index 05394312..3fe49bca 100644 --- a/components/account/CountrySelect.vue +++ b/components/account/CountrySelect.vue @@ -1,291 +1,52 @@ - - diff --git a/components/account/home/AccountAddress.vue b/components/account/home/AccountAddress.vue new file mode 100644 index 00000000..866c3911 --- /dev/null +++ b/components/account/home/AccountAddress.vue @@ -0,0 +1,181 @@ + + + diff --git a/components/account/home/AccountDetails.vue b/components/account/home/AccountDetails.vue index c9513df7..1f41c052 100644 --- a/components/account/home/AccountDetails.vue +++ b/components/account/home/AccountDetails.vue @@ -1,6 +1,31 @@ + + diff --git a/components/account/home/AccountInformation.vue b/components/account/home/AccountInformation.vue index b86bcca4..f2d7c0b9 100644 --- a/components/account/home/AccountInformation.vue +++ b/components/account/home/AccountInformation.vue @@ -1,7 +1,7 @@ diff --git a/components/account/home/ApiKeys.vue b/components/account/home/ApiKeys.vue index a816fcf3..d48b4263 100644 --- a/components/account/home/ApiKeys.vue +++ b/components/account/home/ApiKeys.vue @@ -8,84 +8,55 @@ const { account } = storeToRefs(store); const apiKey = computed(() => account.value?.apiKey ?? ''); const apiSecret = computed(() => account.value?.apiSecret ?? ''); const hasApiKeys = computed(() => apiKey.value && apiSecret.value); -const showKey = ref(false); -const showSecret = ref(false); const regenerateKeys = async () => await store.updateKeys(); -const css = useCssModule(); +const { t } = useI18n(); - - diff --git a/components/account/home/CancelSubscription.vue b/components/account/home/CancelSubscription.vue index cf4c42f6..e10ed3bf 100644 --- a/components/account/home/CancelSubscription.vue +++ b/components/account/home/CancelSubscription.vue @@ -20,7 +20,14 @@ const css = useCssModule();