Add more posthog analytics (privacy aware) (#6122)

This commit is contained in:
Zane
2025-12-16 08:59:14 -08:00
committed by GitHub
parent 036f4f74d9
commit 8a91f15731
34 changed files with 1339 additions and 48 deletions
@@ -59,7 +59,7 @@ function ProviderCards({
isOnboarding: boolean;
refreshProviders?: () => void;
setView?: (view: View) => void;
onModelSelected?: () => void;
onModelSelected?: (model?: string) => void;
}) {
const [configuringProvider, setConfiguringProvider] = useState<ProviderDetails | null>(null);
const [showCustomProviderModal, setShowCustomProviderModal] = useState(false);
@@ -256,7 +256,7 @@ export default function ProviderGrid({
isOnboarding: boolean;
refreshProviders?: () => void;
setView?: (view: View) => void;
onModelSelected?: () => void;
onModelSelected?: (model?: string) => void;
}) {
return (
<GridLayout>