From 0a0c4adb09e62a9cf05ff256a6fa4023b33f3d72 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 28 Dec 2025 22:32:52 +0100 Subject: [PATCH] fix: update terminology for clarity in DashboardStats and RecentActivityChart components --- src/components/dashboard/DashboardStats.tsx | 4 ++-- src/components/dashboard/RecentActivityChart.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/dashboard/DashboardStats.tsx b/src/components/dashboard/DashboardStats.tsx index e2ef697..eba09b5 100644 --- a/src/components/dashboard/DashboardStats.tsx +++ b/src/components/dashboard/DashboardStats.tsx @@ -43,13 +43,13 @@ export function DashboardStats({ pubkey }: DashboardStatsProps) {
- Total Events + Loaded Events
{stats.totalEvents}

- All events published + All events loaded

diff --git a/src/components/dashboard/RecentActivityChart.tsx b/src/components/dashboard/RecentActivityChart.tsx index 833e885..259d681 100644 --- a/src/components/dashboard/RecentActivityChart.tsx +++ b/src/components/dashboard/RecentActivityChart.tsx @@ -172,7 +172,7 @@ export function RecentActivityChart() {
- {daysWithActivity} active days with {totalEvents} events + {daysWithActivity} active days with {totalEvents} loaded events