From c780d3a1192cadeb988d6b99b7c40bb664c9b5cb Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 4 Feb 2026 15:37:18 +0100 Subject: [PATCH] feat: add display name support in GoalStats and provide user guidance in SiteSettingsPage --- app/sites/[id]/settings/page.tsx | 1 + components/dashboard/GoalStats.tsx | 2 +- lib/api/stats.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/sites/[id]/settings/page.tsx b/app/sites/[id]/settings/page.tsx index d4cc389..18cbc01 100644 --- a/app/sites/[id]/settings/page.tsx +++ b/app/sites/[id]/settings/page.tsx @@ -1001,6 +1001,7 @@ export default function SiteSettingsPage() { className="w-full px-4 py-2 border border-neutral-200 dark:border-neutral-800 rounded-xl bg-white dark:bg-neutral-900 text-neutral-900 dark:text-white" required /> +

Spaces become underscores; max 64 characters after formatting.