From bf435d498699e9c03cd8451c3ad29b8ffbe50a85 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Thu, 26 Mar 2026 14:59:07 -0400 Subject: [PATCH] support custom stat dates --- src/components/views/Dashboard.vue | 101 +++++++++++++++++++++++++---- src/store/dashboardStore.ts | 25 ++++++- 2 files changed, 111 insertions(+), 15 deletions(-) diff --git a/src/components/views/Dashboard.vue b/src/components/views/Dashboard.vue index 9793424..074c9f4 100644 --- a/src/components/views/Dashboard.vue +++ b/src/components/views/Dashboard.vue @@ -1,26 +1,96 @@