Add personal monthly viewing reports and CSV exports
Magent CI/CD / verify (push) Successful in 10m58s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 1m42s

This commit is contained in:
2026-09-09 16:25:35 +12:00
parent 437836243c
commit 333a799e21
13 changed files with 836 additions and 92 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export default function HeaderActions() {
{
href: '/insights',
label: 'My Stats',
match: (path: string) => path === '/insights',
match: (path: string) => path === '/insights' || path.startsWith('/insights/'),
},
{
href: '/',