From b8e77a46db8afb536fe8293ef9102cd12279e203 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 14 Nov 2025 17:38:44 +0100 Subject: [PATCH] feat(community): add experimental warning to community gallery page Add ExperimentalWarning component to community page to inform users that the submission system is in experimentation phase and submissions won't be reviewed. Includes feedback button for PostHog survey targeting. --- web/src/app/community/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/app/community/page.tsx b/web/src/app/community/page.tsx index 01ee75bc..14ebce5e 100644 --- a/web/src/app/community/page.tsx +++ b/web/src/app/community/page.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next" import { Suspense } from "react" +import { ExperimentalWarning } from "@/components/experimental-warning" import { CommunityIconSearch } from "@/components/community-icon-search" import { BASE_URL } from "@/constants" import { getCommunitySubmissions } from "@/lib/community" @@ -42,6 +43,7 @@ export default async function CommunityPage() { const icons = await getCommunitySubmissions() return (
+

Browse community icons