Skip to content

Commit

Permalink
refactor(Stats): new unique country stats (in Misc) (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Mar 2, 2025
1 parent e759b39 commit 384a658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
</h2>

<v-row>
<v-col cols="6" sm="4" md="3" lg="2">
<StatCard :value="stats.price_location_country_count" :subtitle="$t('Common.Countries')" />
</v-col>
<v-col cols="6" sm="4" md="3" lg="2">
<StatCard :value="stats.price_currency_count" :subtitle="$t('Common.Currencies')" />
</v-col>
Expand Down Expand Up @@ -202,6 +205,7 @@ export default {
price_source_mobile_count: 0,
price_source_api_count: 0,
price_source_other_count: 0,
price_location_country_count: 0,
price_currency_count: 0,
product_count: 0,
product_source_off_count: 0,
Expand Down

0 comments on commit 384a658

Please sign in to comment.