diff --git a/src/components/dialogs/UserDialog/UserDialogActivityTab.vue b/src/components/dialogs/UserDialog/UserDialogActivityTab.vue index 4d89d2bf..2acb00a8 100644 --- a/src/components/dialogs/UserDialog/UserDialogActivityTab.vue +++ b/src/components/dialogs/UserDialog/UserDialogActivityTab.vue @@ -12,9 +12,6 @@ - - {{ t('dialog.user.activity.refresh_hint') }} - {{ t('dialog.user.activity.total_events', { count: filteredEventCount }) }} @@ -50,9 +47,7 @@ {{ t('dialog.user.activity.preparing_data') }} {{ t('dialog.user.activity.preparing_data_hint') }} -
+
0 ? Math.round((overlapMs / minOnlineMs) * 100) : 0; + result.overlapPercent = minOnlineMs > 0 ? Math.round((overlapMs / minOnlineMs) * 100) : 0; if (overlapMs === 0) { overlapPercent.value = 0; bestOverlapTime.value = ''; @@ -970,6 +965,7 @@ yAxis: { type: 'category', data: displayDayLabels.value, + inverse: true, splitArea: { show: false }, axisLabel: { fontSize: 11 diff --git a/src/localization/en.json b/src/localization/en.json index 45995389..e07c2176 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -1429,7 +1429,6 @@ "header": "Activity", "load": "Load Activity", "load_hint": "Load activity data from the local database when needed.", - "refresh_hint": "Rebuild activity cache", "total_events": "{count} online events", "times_online": "times online", "most_active_day": "Most active day:",