Skip to content

Commit 7169546

Browse files
wesmclaude
andcommitted
fix: default analytics date range to 1y instead of 30d
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 570f50e commit 7169546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/stores/analytics.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type Panel =
5656
| "topSessions";
5757

5858
class AnalyticsStore {
59-
from: string = $state(daysAgo(30));
59+
from: string = $state(daysAgo(365));
6060
to: string = $state(today());
6161
granularity: Granularity = $state("day");
6262
metric: HeatmapMetric = $state("messages");

0 commit comments

Comments
 (0)