Pushpull had stale data so we changed the endpoints to use Artic Shift which has fresh data

This commit is contained in:
2026-03-10 08:05:44 -05:00
parent 98da601540
commit 5bd9a1649c
3 changed files with 16 additions and 17 deletions

View File

@@ -8,6 +8,8 @@ const ranges = [
{ label: '7d', value: '7' },
{ label: '30d', value: '30' },
{ label: '90d', value: '90' },
{ label: '1y', value: '365' },
{ label: 'All', value: '3650' },
];
export default function TimeRangeSelector({ value, onChange }: Props) {