+
+
+
{{ t('portfolio.assets') }}
+ {{ markets.length }} {{ t('markets.live') }}
+
+
@@ -543,11 +660,12 @@ onMounted(() => void crypto.load())
}}
{{ item.name }}{{ item.symbol }}{{ item.symbol }} · {{ t('markets.today') }}{{ money(item.price) }}{{ item.changePercent.toFixed(2) }}%{{ item.changePercent >= 0 ? '+' : ''
+ }}{{ item.changePercent.toFixed(2) }}%
void crypto.load())
-
- {{ t('activity.volume') }}
- {{ privateMoney(profile?.totalVolume ?? '0') }}{{ profile?.totalTrades }}
- {{ t('activity.completedTrades') }}
+
+
+
{{ t('activity.volume') }}
+
{{ privateMoney(profile?.totalVolume ?? '0') }}
+
{{ profile?.totalTrades }}
+ {{ t('activity.completedTrades') }}
+
+
+
+
+
+
+ {{
+ t('statuses.completed')
+ }}
+
void crypto.load())
>{{ t('activity.filters.wallet') }}
- {{ t('activity.title') }}
+
+
{{ t('activity.title') }}
+ {{ activities.length }}
+
void crypto.load())
v-for="item in activities"
v-else
:key="item.id"
- class="row static"
+ class="row static activity-row"
>
-
+
+
+ {{ t(`activityTypes.${item.type}`) }} void crypto.load())
}}{{ privateMoney(item.amount) }}{{ t(`statuses.${item.status}`) }}
+